Hacker News new | ask | show | jobs
by metaxy2 813 days ago
Well, in principle you could have the node objects be created with an object literal in an outside builder function, and the manipulation also be done by outside functions. That's how it's done in languages without OOP. The question is how far are you willing to go to avoid doing anything that looks like OOP.
1 comments

Very far