I think if you took this technique plus input from compiler warnings and static code analysis and rolled them all together into a real-time IDE advisor you would have a nice product.
I don't think fixing programs in post processing is such a great idea but if the feedback can be used to make me a better programmer I'm all for it.
Scanning neighboring code is a really good idea, when I'm working on someone else's code I'll try to follow the exisiting practices instead of inserting bits and pieces in my own style.
I don't think fixing programs in post processing is such a great idea but if the feedback can be used to make me a better programmer I'm all for it.
Scanning neighboring code is a really good idea, when I'm working on someone else's code I'll try to follow the exisiting practices instead of inserting bits and pieces in my own style.