Hacker News new | ask | show | jobs
by theteapot 1455 days ago
> My mental model of a class is a data structure plus a bunch of functions that implicitly take the data structure as a parameter.

That's not OO. A class without instantiation is just namespacing.