Archive

You are currently browsing the Miles Per Hour blog archives for December, 2010.

Dec

1

Semantics and Readability

By mike@mike-miles.com

When you write code there are two overlying important aspects to remember. First being that your code is semantically correct (else it wont work, duh) and readability. As in the ability for your code to be read and understood by other developers and yourself in the future (you WILL forget how your code works, trust me).

Read more »