DEV Community

Discussion on: Practical Ways to Write Better JavaScript

Collapse
 
adam_cyclones profile image
Adam Crockett πŸŒ€

FPOOP it's a new design pattern I just invented and looks like Typescript can already help me write some FPOOP.
FPOOP consists of two paradigms FP and OOP, the main rule is to choose the appropriate paradigm for the job, FPOOP.

Collapse
 
taillogs profile image
Ryland G

Also the fp-TS library

Collapse
 
cubiclebuddha profile image
Cubicle Buddha • Edited

I’ve been practicing β€œfunctional code imperative shell” for a while (and in TypeScript might I add!).