Category Archives: Code snippets

Some posts about code. You might already know it, others may find it useful.

May 2, 2011

Code styles

Author
Jason
Time
4:23 pm
Filed under
Tags
, ,

It may seem a little dull and mundane, but working with a consistent coding style will always benefit whatever project that you are working on. The style, or convention, that I'll be outlining here is what I have come to use over a long period of time. It has also been honed by working with other developers, taking on new ideas and methods. It is when you are working in a team that using a consistent coding style really pays off. It helps keep all the code clean and readable, therefore more ... read more