I'm working in a startup company where the development team is a small team of three programmers; A project manager, myself and another guy.
The issue is that the other guy regularly commits code into SVN that doesn't actually work! The base usually compiles okay, but the references to views/stored procedures in SQL either don't work or he forgets to commit those files, making it a nightmare trying to get the latest build working.
Today for example, I had to go to a client to perform an upgrade. Everything went okay (database scripts and client update) but it was soon discovered that one of the reports didn't work; A report which was a specific request from that client and one of the milestones of the upgrade. It was working when the upgrade was scheduled but obviously at some point he committed some code which broke it, without testing it himself.
Due to time constraints and other factors there was obviously not enough testing done before the roll out but it simply wasn't possible in this instance. It was frustrating to the nth degree because I look like a flippin' idiot in front of the client for something that wasn't my fault.
How would you handle a situation like this? What steps would you take to help improve the situation in the long run, short of firing the person in question?
Things to take into consideration:
- Money is very tight
- He contributes to other facets of the business, not just development
