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.