Hacker News new | ask | show | jobs
by TillE 1070 days ago
If the stuff you're doing allows a design where you can just loop over POD, sure, that's the ideal.

But lots of stuff isn't that simple, and you end up messily reinventing inheritance with a lot of switches and if statements.

1 comments

Most of the time you can solve this by knowing shit and thinking harder.