“Writing code that lasts” … or writing code you won’t hate tomorrow

As developers we write code everyday, only to frown at it a week after that. Why do we have such a hard time with code written by others and ourselves, this raging desire to rewrite everything we see? Writing code that survives the test of time and self judgment is a matter of clarity and simplicity. Let’s talk about growing, learning and improving our code with calisthenics, readability and good design.

Recording

Slides

comments powered by Disqus

Related Posts

Optimizing code with __autoload()

Optimizing code with __autoload()

  • March 13, 2007

With the advent of PHP5 a new tool was available to all who wished to optimize their code, its called __autoload. This function can reduce the time lost by having to include object and class files in your code. But how do you proceed in creating an __autoload function to optimize code?

Read More
New Mac Widget: QR Code Generator

New Mac Widget: QR Code Generator

  • May 20, 2008

With the advent of the smartphones, tools used before in the most random areas end up coming to a phone near you.

Read More
Annotations in PHP, They Exist.

Annotations in PHP, They Exist.

  • August 30, 2014

Annotations are more than phpdoc comments, they’re a fully-featured way of including additional information alongside your code.

Read More