“Besides being easier to test, pure functions have other characteristics that make them worth using whenever possible. By their very nature, pure functions are self-documenting. If you know that a function doesn’t reach out of its scope to get data, you know the only data it can possibly touch is pas…”— Jack Franklin, alistapart.comTagged: Javascript, Frontend, Functional Programming, A List Apart