Chris Falter

.NET Design and Best Practices
posts - 42, comments - 82, trackbacks - 24

My Links

News

All source code published on this blog is placed in the public domain.

Archives

Post Categories

Image Galleries

About Me

February 2008 Entries

Make Magic Strings Easy to Understand and Type Safe

posted @ Wednesday, February 27, 2008 1:40 AM | Feedback (0) |

"New" Statement Considered Harmful

Just by calling a class' constructor, you are tying your code to some implementation details of the class. Since good software uses loose coupling, though, you should develop the habit of providing a static construction method and hiding a class constructor. There are exceptions that prove the rule, however, as noted both in this article and in the comments. Read on to learn how to develop the good habit, and when you should consider breaking it....

posted @ Friday, February 15, 2008 2:59 PM | Feedback (12) |

Agile Software Development: A "Value-Up" Approach

Sam Guckenheimer, the group product planner for Microsoft's Visual Studio Team System, has written an excellent book entitled "Software Engineering with Microsoft Visual Studio Team System." The first chapter compares and contrasts Agile methods with the traditional Software Development Lifecycle (SDLC, or waterfall) approach. In this little essay, I summarize Guckenheimer's findings, and sprinkle in some thoughts about how our organization might consider using Agile methods.

posted @ Wednesday, February 13, 2008 3:22 PM | Feedback (2) |

Why You Should Consider Using FIT

Have you ever had difficulty translating a set of requirements into a set of tests? Do you find regression testing to be a major bottleneck whenever you implement changes in your system? (Or do you have quality issues because you forgo regression testing?) Does your development team ever dump complex functionality into a "smart UI" that becomes difficult to maintain and extend? If you answered yes to any of these questions, you should check out FIT (the Framework for Integrated Testing).

posted @ Tuesday, February 05, 2008 4:12 PM | Feedback (2) |

Powered by: