A "Don't Break the Build" Tip for Solo Python Developers
One of the Agile practices is Continuous Integration.
Fowler suggests that everyone commits every day. In Elssamadisy's book includes specific advice on why a daily check-in helps.
Some folks call this the "Don't Break the Build" practice.
But what does that mean for Python where there is no build? And …
more ...