Back to Browse

Modular Design in JavaScript (Functional Programming Edition)

1.3K views
Jul 13, 2020
27:36

Jason Gorman demonstrates how to apply the principles of Modular Design in functional JavaScript. Modules should: 1. Do one job 2. Hide their inner workings (e.g., data) 3. Have swappable dependencies 4. Only expose what clients need to use Source code: https://github.com/jasongorman/js_modular_design

Download

1 formats

Video Formats

360pmp432.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Modular Design in JavaScript (Functional Programming Edition) | NatokHD