Hacker News new | ask | show | jobs
by zabzonk 1202 days ago
> if i look at any OOP codebase the first thing ill see is someone pointlessly loads up some data into an object and calls obj.method() which then just unloads the data as if they were just parameters to that function.

nope, never seen that.

it seems you have only ever looked at bad code. or maybe only ever written it?