Hacker News new | ask | show | jobs
by Cyranix 4635 days ago
> obscure variable names

Absolutely! Being under the gun led me, at one point, to have a "longest string in array" method with a statement like

  if (i[z].length < qq) { ... }