Test Changes Before Committing
Test your changes, by test runs and/or manually. Check that system is usable
after change (instance is able to start, rendering is working, etc). You can
use specific tools on files (for python minimum is to run
pyflakes/
pylint
EVEN after fixing a typo)