How to approach huge code base of undocumented code?
Posted
by nimo9367
on Stack Overflow
See other posts from Stack Overflow
or by nimo9367
Published on 2010-05-11T16:47:05Z
Indexed on
2010/05/11
16:54 UTC
Read the original article
Hit count: 217
I have recently been assigned a project to further develop an existing code base. The code doesn't contain any tests and not even one single line of comments. The whole "thing" is written in a really obfuscating manner so it takes a lot of time to figure out what happens.
How do you usually approach this kind of problem? Tips and trix on how to handle this situation?
© Stack Overflow or respective owner