Hacker News new | ask | show | jobs
by nickthemagicman 2290 days ago
Nope. This was just an extremely simple case of domain separated parameters with domain specific functionality pertaining to those parameters.

When you have 100+ parameters to deal with it helps in multiple ways to separate those out into domains and classes are a useful tool for that.

1 comments

Ok, good to know. I was afraid that actual full-scale OOP was what saved the day, but it was unnecessary yet again.
haha very true. I probably could have used it if I got super hard core about separating my domains up but it just seems to over complicate things.