Thursday, August 4, 2011

My Rules for Development

  1. If you think you need a region you really need a new class.
  2. If you are using a for loop in c# there is something wrong with your code.
  3. If you are using a foreach fix you code so you don't need it.
  4. If you think you want to use exceptions to control flow stop now and go to your room and think about what damage you may do.
  5. If you don't write a unit test it's not done.