Why bad code is bad
2nd January 2019 11:00 pm
This may sound a little trite, but why is it bad to write bad code? Suppose you're a client, or a line manager for a team of developers. You…
2nd January 2019 11:00 pm
This may sound a little trite, but why is it bad to write bad code? Suppose you're a client, or a line manager for a team of developers. You…
27th December 2018 6:37 pm
A while back I was asked to make some changes to a legacy project that was still using Subversion. This was troublesome because my usual…
6th December 2018 6:34 pm
I've written before about using decorators to extend the functionality of existing classes, in the context of the repository pattern when…
20th October 2018 1:48 pm
Anonymous classes were added in PHP7, but so far I haven't made all that much use of them. However, recently I've been working on building a…
16th October 2018 8:00 am
The project I'm currently working on is a textbook example of what happens when a project uses jQuery when it really ought to use a proper…