Posts Tagged ‘Programming’

Six Easy Tips for Writing Maintainable Code

Wednesday, October 25th, 2006

Discovered this blog posting by accident (searching for some contact details of a friend who is a namesake of this person!) and thought it was quite interesting. It still amazes me when reading code how often people neglect to do even the simple things.

Remember, unless you are the only person who is ever going to use a piece of code, someone else is going to have to read/maintain this in the future, so effort spent keeping it simple at the beginning will definitely make things simpler in the future.