Should Software Development Be More Like Engineering?
Again and again I hear people state that "software engineering" is too young to be mature, that in the future we should expect to work "just like in the other engineering disciplines": get a specification, apply your aggreed upon engineering formulas,...
[0, 5]
Community One Deep Dive
I'll be delivering an all-day thing on DTrace, June 2 at the Intercontinental Hotel in San Francisco. This session is part of Community One West. You can register for free -- think of it, a mind-numbing stream of techie garble, sure, but you'll be ind...
[0, 0]
Multi-Dimensional Sorting with JavaScript
Multiple Dimensional Sorting
JavaScript does not have a built in way to do 2D, 3D, nD sorting so we need to code our own. The code below will allow us to mutliple dimensional sort on as many columns as our heart desires.
The Code
Array.prototype.sort...
[0, 0]