Posts tagged with Engineering
Naming Things Good
A colleague reminded me of this corny computer science joke a couple months back: There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors. Though there are some who dispute the difficulty of naming things,…
Down the Memory Lane of Programming Languages
I saw this prompt through my Twitter feed, and decided to join in on the fun: 1994: QBASIC (elem school) 1998: Pascal (high school) 1999: Delphi 2000: Scheme (college) 2004: C++ (first job) 2008: PHP (web dev) 2009: Python + JavaScript…
Enterprise Grade Code
On a recent episode of the ATP podcast, one of the hosts lamented the idea that the PHP code that they've been writing has inexorably evolved and modernized —corrupted, even. Whereas PHP in its heyday was merely a…