read


read
or learn more

Paperhouse

Jul 23, 2018

As I listen to Paperhouse by Can I’m reminded of the time that OOP started to really take off. Believe it or not, the rise of OO was driven by a real need for larger abstractions to represent increasingly larger and/or more complex systems. Likewise, the rise of Agile was a response to a real […]

FP vs. OO, from the trenches.

Jul 22, 2013 some comments

I’ve been programming for quite some time and have explored a variety of programming paradigms along the way. From time to time people will ask1 which is better: functional programming or object-oriented programming. Having done both extensively in my time I can exclaim a resounding: it depends. Lame. While I’ll never be a major player […]

Fun.js – Just a sketch

Jun 6, 2013 some comments

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Fun.js – Bilby.js

Jun 4, 2013

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Fun.js – Functional JavaScript

May 29, 2013 some comments

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

Continue >>