Should you prefer Null or Undefined in JavaScript?
Spoiler: avoid null, always use undefined.
Spoiler: avoid null, always use undefined.
Another game where the only winning move is not to play
How to test your parser with minimum amount of test code
My attempt to parse multiple SQL dialects
How I decided to not roll my own SQL parser and rely on the work of others