In more detail
In the extended entry I’ll look a bit closer at some of these deviations from the ideal..
Print rather than Echo
This one’s more for consistancy, (we’ve used echo everywhere before, it’s it’s one character shorter
Grepping for echo in a project, is also quite a handy test for any kind of data injection, since [...]
Archive for March, 2007
March 28, 2007
Code Reviewing (part III)
March 28, 2007
Code Reviewing (part II)
Coding Standards
Thankfully, I have managed to cobble together a quite large project coding standard to try and keep projects on track. Without them, Stages III and IV would become unmanagable, as tracing exactly how code was implemented so that both changes and refactoring would become completly impossible.
Unfortunatly, however clear the standards are (or you thought [...]
March 28, 2007
Code Reviewing (part I)
[** not proof read yet - so send corrections not complaints **]
As my freelancing work has scaled up into a full on company (of one still). I have had to evolve from being a one-man coding band into a team leader/manager. This introduced, over the last few years, a slightly different way of [...]