https://medium.com/@tinganho/baseline-acceptance-driven-development-f39f7010a04#.k11fxgmtx
Baseline testing is basically what I call testing-concept-gold-master-tests
"recently, I did some contribution to the TypeScript compiler and discovered their testing strategy. I immediately found it suitable for my web application development. It is both easy to write, and easy to maintain"
blog-post-baseline-testing#static-result-certificationIf you want to make a change in your code or implement a new feature, that affects your test result — you need to manually change the static result verification blog-post-baseline-testing#static-result-certification
blog-post-baseline-testing#tdd-is-effective-for-librariesThis is the kind of software TDD was meant for — simple functions that returns simple and small data structures. In a real world example would be libraries. Libraries have a lot of functions that could be called and tested. blog-post-baseline-testing#tdd-is-effective-for-libraries