Web Dev Time Estimate Strategy

Per Task:

  • [1] Planning + coding time (could split estimate if applicable)
  • [2] QA Time
  • [3] Post QA bug-fix time estimate
    • Will be longer for front end (cross browser) dev or complex user interaction
    • Shorter for content updates and server side/db dev
  • [4] Overall enviroment/code setup and multi-dev collaboration time
Javascript Argument Sort

In response to Meebo Javascript Puzzler

function argSort(){return Array.prototype.slice.call(arguments).sort();}