#design-patterns
Read more stories on Hashnode
Articles with this tag
The more a person limits himself, the more resourceful he becomes. – Soren Kierkegaard This is a series to share simple tips to improve the...
Recently, I came across a problem that was easily solved with Observables implemented with the IObservable and IObserver interfaces in .NET....
Embellished JavaScript functions for safety · TLDR; Function signatures are contracts for callers. Failure can be reduced by implementing contracts at...
AKA The Duplication or Warbler Combinator · The W-Combinator Combinators are functional patterns that glue together functions. These patterns promote...
AKA The Substitution or Starling combinator · Photograph by Noel Feansderivative work: Snowmanradio, CC BY 2.0, via Wikimedia Commons The...
Also, you can't live without the Pipe-Combinator · Combinators are functional patterns that glue (AKA compose) together functions. These patterns promote...