Thursday, 7 September 2006

Bad code...

Too funny when I heard someone singing to the theme of Bad Boys
Bad code!
Bad code!
Whatcha gonna do?
Whatcha gonna do when they code review?


3 comments:

  1. Which is exactly why my favourite feature of SVN is "Blame". Letting you know who wrote a specific piece of code can really help in getting people to stop writing bad code.

    ReplyDelete
  2. How does it work? I couldn't find any good explanations of it...

    ReplyDelete
  3. It's also called attrib, so you might have more luck with that. What it does, is give you the output the file, with the name of the person who typed (or last changed) each line in the file.

    ReplyDelete