/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thedigitalcatonline.com
| | blog.jakubholy.net
3.0 parsecs away

Travel
| | [AI summary] The article advises developers to separate unit tests into 'Public' tests that verify class contracts and 'Private' tests that check implementation details to improve maintainability.
| | anthonysciamanna.com
4.9 parsecs away

Travel
| | I've often heard developers declare that unit testing doesn't work only to discover a test suite full of complex, brittle, and unmaintainable tests. Fortu...
| | nikoheikkila.fi
4.0 parsecs away

Travel
| | How can we improve the developer experience in writing tedious browser-based tests?
| | blog.wingman-sw.com
23.3 parsecs away

Travel
| Here is a legacy code change policy for a team adopting TDD that has a legacy code base: Test-drive new code Add tests to legacy code before modification Test-drive changes to legacy code Refactori...