Browse by Tags

Ending a Legacy
25 July 07 08:51 PM | andersnoras | 3 Comments   
"Code without tests is bad code. It doesn't matter how well written it is; it doesn't matter how pretty or object-oriented or well-encapsulated it is is. With tests, we can change the behavior of our code quickly and verifiably. Without them, we really Read More...
Filed under: , , , ,
DSL Tools: A Complex Solution for a Simple Problem
24 July 07 09:43 PM | andersnoras | 5 Comments   
Last night I was unable to sleep, so I started reading Domain Specific Development with Visual Studio DSL Tools and I was immediately reminded of my rant about software factories . Just like with the software factories provided by the Patterns and Practices Read More...
Filed under: , , ,
Source code for the Coho Light sample
01 May 07 06:57 PM | andersnoras | 1 Comments   
A while ago I posted a rant about software factories and maintainability . This post has grown popular, especially after Ayende refered to it in a post , and I have gotten quite a few requests to post the code for my alternative implementation of the Read More...