New Solutions to Old JavaScript Problems: 1) Variable Scope Tim Brock / Tue, Mar 22, 2016 Introduction I love JavaScript but I'm also well aware that, as a programming language, it's far from perfect. Two excellent books, Douglas Crockford's JavaScript : The Good Parts and David Herman's...
Casting Variables in C (No, You’re Not Just Bad at Math) Dara Monasch / Thu, Jan 31, 2013 Warning : I always assume that every error in my programming occurs because I am terrible at math. You can therefore imagine my shock and excitement when I learned that one of my very first errors was...