5
votes
Is Unit Testing worth the effort?
Unit tests are also especially useful when it comes to refactoring or re-writing a piece a code. If you have good unit tests coverage, you can refactor with confidence. Without unit tests, it is …
12
votes
Do you source control your databases?
Check out LiquiBase for managing database changes using source control.
…
