I've recently been promoted into managing one of our most important projects. Most of the
code in this project has been written by a partner of ours, not by ourselves.
The
code in question is of very questionable quality.
Code duplication, global variables, 6-page long functions, hungarian notation, you name it. And it's in C.
I want to do
…