您的位置:首页 > 编程语言 > Java开发

Better, Faster, Lighter Programming in .NET

2004-08-16 21:43 453 查看

Better, Faster, Lighter Programming in .NET

Posted By: Dion Almaer on July 21, 2004 @ 10:34 AM
There has been a large push to simplicity in the J2EE world. Justin Gehtland, coauthor of Better, Faster, Lighter Java, knows that these ideas are equally applicable to the .NET world. He gives examples of how you can write Better, Faster, Lighter, .NET code.

Justin's core principles

Keep it Simple

Do One Thing, and Do It Well

Strive for Transparency

You Are What You Eat

Allow for Extension
As you can see, there is plenty of needless complexity piling up all over the development landscape, and one of the principal tasks of any programmer is recognizing the bloat for what it is, and avoiding it where possible. .NET is no more immune to this problem than Java is. For that matter, as my good friend Ted Neward points out in his blog, ".NET is Microsoft's solution to the bloat build-up in COM." If we know anything about the technology industry, it's that history repeats itself. Programmers need to take it upon themselves to limit the bloat, and prune the complexity that is keeping their applications from living the good life. I hope these five principles give you a starting point for examining the choices and assumptions you have made about your projects, and give you some ideas of ways to make your programming life more simple and fun again.
Read Better, Faster, Lighter Programming in .NET and Java

 

http://nant.sourceforge.net/  NAnt
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息