Tuesday, April 26, 2011

Very useful guide from Miško HeveryWriting Testable Code
Inside:
  • Why Singletons, Registries are bad (also: Singletons are Pathological Liars)
  • Why static classes should be used only as standalone functions containers
  • How to use Dependency Injection (about LoD and more other)
  • Where "new" keyword can be used
  • and more other interesting
And good answer about using static classes at stackoverflow.com.

    No comments:

    Post a Comment