Hacker News new | ask | show | jobs
by davidkunz 1699 days ago
What I dislike about the builder pattern is that it treats input not as one 'blob' of data and thus makes simple things more complicated.
1 comments

I have the same feeling. I would love to know if a builder object can be zero cost and if it could actually write assembly code the same way as if we would have passed those arguments manually.