PreviousNext

Thinking functionally in JavaScript (part three)

by bill-s, 2016-02-13T20:44:02.000Z

In continuing this series of posts about functional JavaScript (one, two), I whimsically wondered if we could apply the SOLID principles of object-oriented programming. We took a look at S last time (the Single Responsibility Principle), and were fairly successful.

Read More