Functional TypeScript

Aplicar la filosofía de la programación funcional en TypeScript (Angular 2) para hacer tu código más eficiente y fácil de mantener.

Functional programming is not about monads, monoids, or zippers, even though those are useful to know. It is primarily about writing programs by composing generic reusable functions. This article is about applying functional thinking when refactoring TypeScript code.

1 me gusta