
Functional Programming is Coming
Neal Ford published a great tutorial on IBM DevWorks about helping Java developers to get started with functional programming...
0 replies - 5019 views - 01/30/13 by Mitch Pronschinske in Articles

We know how to implement recursion, but it's often not enough to directly call a function from inside itself. Tail recursion is a functional programming idiom...
0 replies - 2112 views - 10/03/12 by Giorgio Sironi in Articles

There is a diffused opinion in the PHP world that sometimes we are better off by defining functions in the global namespace than by organizing code into...
0 replies - 3429 views - 08/15/12 by Giorgio Sironi in Articles

Michael Feathers defines legacy code as "code without tests." There's a major qualitative difference when working on code without tests. ...
0 replies - 6838 views - 04/26/10 by Eric Hagan in Videos

0 replies - 3789 views - 03/13/09 by Snippets Manager in Uncategorized