/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

understandlegacycode.com
| | henko.net
3.5 parsecs away

Travel
| | A deep dive into unit testing looking to answer why, how much, and what.
| | blog.wingman-sw.com
2.7 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...
| | arne-mertz.de
3.1 parsecs away

Travel
| | Contents Inmy last post I have written about the main and secondary usesof unit tests and how they compare to other kinds of automated tests. This time I will explore [...]
| | jchri.st
14.0 parsecs away

Travel
| After seeing numerous Python web applications here and there, each with their own custom migrations framework(s), ORMs, view implementation, authentication, and unit testing standard, I have been led to formulate Christ's First Rule of Programming.