Hacker News new | ask | show | jobs
by abecedarius 3184 days ago
Reminds me of this Python line:

    decorator = decorator(decorator)(decorator)
https://github.com/darius/sketchbook/blob/master/misc/decora...

There was a subtle bug when leaving out the last (decorator). I know, it's very silly.