Hacker News new | ask | show | jobs
by dkersten 4537 days ago
without ever worrying about if I misplaced a semi-colon or left out some weird punctuation

I've seen enough code like [(foo[-1:self._bar:2]%(a,b),) for foo in quux] to not really believe that.

1 comments

the parser is usually really good at spotting those errors and once they've been pointed out are trivial to correct.