Comment cheapest bang for your buck: (Score 1) 308
cheapest bang for your buck:
get source control software CVS, SVN
write a coding standard document.
example
if{ ...
}
or
if
{ ...
}
Perform peer reviews to check for bugs and insure compliance with said standard.