Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

December 2016

A new framework won't solve the problem

A new framework won't solve the problem

One of the recurring tasks as a software developer is to fix bugs on tools that have been designed for an earlier time. You may get a project that was written in PHP 4, or a JavaScript tool that still tries to sniff for Netscape. It is easy to see how outdated the tools are and try to upgrade them. Most often than not, the task turns into a complete redesign rather than a bug fix and it ends up costing much more time than originally planned.

JS Tip of the day

Parse JSON string, cross browser

JSON stands for JavaScript Object Notation. You would think it would be second nature to parse those strings from your Ajax request, but not so much for older b…

Photography