Archive for March, 2010
Linq Walk
So, we all know Linq is rad. Not in that silly faux-SQL syntax, but in the manly, declarative, fluent syntax.
But the sad part is that there is no walk extension method. Walk is a functional programming staple that iterates over a collection of stuff and applies a callback to each one. In PHP, there is [...]
March 24, 2010
Posted in: c#
One Comment
Sudoku Solver: 2006-style
College was such a carefree time. I wasn’t jaded, or cynical, or experienced (at least not in the way you’re thinking). I didn’t care about testability, or code coverage, or documentation, or design patterns, or any of the crap that plagues my thoughts whenever I sit down to write code. I would just sit at [...]
March 9, 2010
Posted in: java, lulz
No Comments
