Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP in Action:
10 ways to improve your code
Apr 28, 2009 @ 15:32:40

On the PHP in Action blog today Dagfinn has pointed out a presentation that, while directed at Java developers, has some good suggestions for anyone working in software development - 10 Ways to Improve Your Code (from Neal Ford).

I discovered a video presentation available from QCon SF 2008 by Neal Ford called 10 Ways to Improve Your Code. Although the examples are in Java, most of the presentation is relevant to PHP. There are some ideas here that I've never heard of myself, such as "anti-objects". Some of the main headings are a bit cryptic, so you may have to see the video itself to have them explained.

The list of ten ways includes things like test-driven development, good citizenship, the "single level of abstraction principle and anti-objects.

tagged: improve presentation nealford suggestion java

Link:


Trending Topics: