Hacker News new | ask | show | jobs
by chewbacha 420 days ago
Is this pipelining or the builder pattern?
3 comments

Pipes and filters are considered an architectural pattern, whereas Builder is a GoF OOP pattern, so yes.
I usually call it method chaining. Where the builder pattern use it.
"These are the same picture." (Sort of.)