https://jeremydmiller.com/2014/11/07/strong_typed_configuration/
--------------------------------------------------------------------------------------
TDD rules : -
- Isolate the Ugly Stuff
- Push, Don’t Pull (this post)
- Test small before testing big
- Avoid a long tail
- Favor composition over inheritance
- Go declarative whenever possible
- Don’t treat testing code like a second class citizen
- Isolate your unit tests, or suffer the consequences!
- The unit tests will break someday
- Unit tests shall be easy to setup
ref: http://codebetter.com/jeremymiller/2006/03/09/jeremys-second-law-of-tdd-push-dont-pull/
--------------------------------------------------------------------------------------
No comments:
Post a Comment