Hacker News new | ask | show | jobs
by dannytatom 5208 days ago
Along with that, a lot of the libraries (from what I could tell) put all the code in one massive file in a forum thread and update it from there, making it pretty time-consuming to keep up with changes.

That and there's no consistency between libraries as far as how they decide to use classes.

1 comments

That and there's no consistency between libraries as far as how they decide to use classes.

This problem actually became so severe that there is now a "common interface" that libraries can use on each other's objects.