Hacker News new | ask | show | jobs
by skeuomorf 3755 days ago
Yeah, it's pretty common with code that uses the builder pattern as well. I also like to use it with rust combinators e.g. https://github.com/skeuomorf/conshash/blob/master/src/lib.rs...