The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
9answers
1k views

Is it good idea to require to commit only working code?

Sometimes I hear people saying something like "All committed code must be working". In some articles people even write descriptions how to create svn or git hooks that compile and test code before ...