Tuesday, April 10, 2007

EncapsulateAll Released!


We've just released a new C# project, EncapsulateAll. This program will take a list of private variable declarations (in C#) and generate the public properties to encapsulate those fields. We wrote it because we're tired of having to use the Visual Studio 2005 refactoring engine to encapsulate our fields 1 at a time. The code is simple, but the program seems to work like it's supposed to. Check it out if you're a C# developer!

0 comments: