Nieuws

Pattern matching is a form of conditional branching which allows you to concisely match on data structure patterns and bind variables at the same time ( Wikipedia). Pattern matching is supported in ...
Implementation of the Builder Pattern for both Javascript/Typescript and compatible with ES5/ES6 classes. - Baboo7/builder-pattern-2 ...