By dotCore
via blog.9lines.org
Submitted: Mar 10 2013 / 03:03
From my own projects, I have noticed a trend – code is never consistently styled. I change my own coding style every once in a while, so over the years I notice a siginificant change in source code – even within the same project! I am of the opinion that syntax is not that important, but it is offputting when you see different conventions, and you want to make them consistent. I ended up spending a lot of time restyling old code to match my new conventions – time I should be spending writing games.
Add your comment