I have a new software idea... well maybe not much of an idea as such, more an extension.
In visual studio whenever you try to use a variable that isn't declared it adds an error to your tasklist (unless you're a retard and you've turned off option explicit). I want to create an addin to Visual Studio that adds a warning to my tasklist whenever I create a variable (or function for that matter), but then don't call or use it...
Personally I am bad at reengineering (well actually thats a really good thing... cos the functions usually kick arse when i'm done, but I'm sidetracking again...) my functions and leaving dead code lying around... I'd love to take this somewhere, but I have no idea where to start...