5 ms·
Indeed... So by clean you mean looking for usages of certain C++ features that should be avoided? How can you "infer" the design only by looking at a pile of C
by capablanca 17y ago
Indeed... So by clean you mean looking for usages of certain C++ features that should be avoided?
How can you "infer" the design only by looking at a pile of C++?
- pohl 17y agoOne probably couldn't by merely looking at it. Reading it with the specific intent to understand it, on the other hand, can make design intent pretty clear. (One would hope that the structure of the program is at least homomorphic to the intended design, if not isomorphic.)