Tag Archive for coding

A Year in Code

This is the breakdown of svn commits by our team for 2011. Awesome year, especially on Tuesdays at 4PM and Wednesdays at 6PM

Chart courtesy of Fisheye

Alex Payne ??? Don’t Be A Hero

Nobody can pull heroic hours for long. Heroes get sick. They get burnt out. Eventually, the hero resents the rest of the team for not pulling their weight, and rightly so: if your team is relying on a hero, they???re not doing their jobs.

Not a new post, but good perspective on the both-end-candle-burners amongst us.

nifty javascript comment block tip

<script type=”text/javascript”>
/**/
myFunction(‘LIVE’);
/**/

/** /
myFunction(‘Commented’);
/**/
</script>