Yesterday, Wes Bos tweeted about ES6’s startsWith(), endsWith(), and includes() methods. He said it was “[t]hree less JavaScript Regexes you’ll have to write”. Which is true, but I feel it misses the point. I mean, the regexes for initial match and final match are really not that hard, and the regex for plain inclusion is, well, […]
Tag Archives: languages
Skipping Regexes in ES6 is Nothing Compared to Skipping Boolean-Comparison Warts
Saturday, September 19th, 2015 – 3:10 pm
So Why Isn’t Perl My Favorite Programming Language?
Wednesday, August 26th, 2009 – 10:50 am
A good long while ago, I tried doing an exercise that I was considering making into a standard job interview question: “For each of your ‘languages of choice’, tell me 5 things you like about the language, and 5 things you dislike about it.” My languages of choice at the time were Perl, PHP, and […]