Blog
Golden rules every programmer should follow
If it works… DON’T TOUCH IT 🙂
November 22, 2017
- If it works — don’t touch it!
- Read rule number 1 again.
- If something works on the first try — there’s definitely a bug somewhere.
- Don’t fix something on a plane while it’s on the runway. Apply this rule to programming.
- Perform regular (and proper!) data backups, multiple times a day. No backup system is expensive — every one will pay for itself the moment you need it.
- And read rule number 1 one more time, and don’t let anyone convince you otherwise.
This is all somewhat tongue-in-cheek, but very real in practice.
Keep In Touch