test-driven-development
krzemienski/shannon-frameworkUse when implementing any feature or bugfix, before writing implementation code - write the test first using REAL systems (NO MOCKS), watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first and real system integration
1 stars
0 forks
29 views