He certainly did, but it did help him find quite a few issues in the code.
I did something similar with my large C code base - compiled it as C++ and went and looked at all the issues thrown up. It helped me find quite a few subtle bugs that would have been very hard to spot otherwise.
2 comments
[ 3.8 ms ] story [ 17.0 ms ] threadI did something similar with my large C code base - compiled it as C++ and went and looked at all the issues thrown up. It helped me find quite a few subtle bugs that would have been very hard to spot otherwise.