When code is always written the way that it's written, it sometimes takes an outsider voice to question the rote.
Cutting straight to the point, here’s a quick way with PHP for removing empty values from an array and shifting the indices appropriately. Nothing too fancy but I found it useful at work and figure that I might as well share the tip.
A quick implementation for reading a key/value dataset from an XML document.
Inspired by a thread on Facebook to which I contributed, a few words concerning readable code vs compact code.
Taken from my reply to a post regarding the topic on Facebook, a few words introducing key guidelines I follow when commenting my code.
A must-have book that belongs on the bookshelf of any developer looking to improve the quality of their code.