Hacker News new | ask | show | jobs
by mikewarot 1923 days ago
OO is simple, and elegant if done right... case in point the Visual Component Library of Borland Delphi.

It is a nightmare if you ever use the word "factory"

1 comments

Totally.

This also applies to really anything with the "-er" suffix, which lead us to treat objects as "data" and "things that act upon that data".

This often shows up in code as "Thing" and "ThingManager", or something similar.