Hacker News new | ask | show | jobs
by nblavoie 3148 days ago
What strikes me first is the comment above the function :

// Keep the class inside a function so it doesn't get compiled if it's not used.

I didn't know it was possible.