Y
Hacker News
new
|
ask
|
show
|
jobs
by
chewbacha
420 days ago
Is this pipelining or the builder pattern?
3 comments
meltyness
420 days ago
Pipes and filters are considered an architectural pattern, whereas Builder is a GoF OOP pattern, so yes.
link
ivanjermakov
420 days ago
I usually call it method chaining. Where the builder pattern use it.
link
Mond_
420 days ago
"These are the same picture." (Sort of.)
link