Functional Programming
Links:
Concepts of Functional Programming in Javascript
What is functional programming?
Functional programming is a programming paradigm — a style of building the structure and elements of computer programs — that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data
Refactoring JavaScript for performance and Readability
- The articles has example on writing good code. The middle ground between speed and comprehension.