Saturday, October 11, 2003 4:07 PM szurgot

Always look at the statics

So I'm refactoring my code to tighten things up and remove some hastily cut together rectangle merging code my Solitaire program, and double checking the docs, I come across Rectangle.Union(). This has saved me a good 50 lines of code and comments over my own hastily built code.

Comments

# re: Always look at the statics

Saturday, October 11, 2003 4:42 PM by Chris Stewart

I've been doing some refactoring of an Automated Active Directory project I did myself. It's nice to have some quality code instead of the hack job I had initially done.