test-driven-development-tdd
tilework-tech/nori-profilesUse when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
70 stars
1 forks
12 views