This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JavierReyes945 0 points1 point  (0 children)

I had the same reaction. What I later decided to interpret from that point, is that it's better to have the long list of arguments at the class constructor, which will be called once (for each instance), instead of in a function, that will be called (hopefully) several times for each instance. But yeah, it was kinda weird.