The best way to familiarize yourself with an inherited codebase

后端 未结 14 1459
[愿得一人]
[愿得一人] 2021-01-30 02:54

Stacker Nobody asked about the most shocking thing new programmers find as they enter the field.

Very high on the list, is the impact of inheriting a codebase with which

14条回答
  •  长发绾君心
    2021-01-30 03:24

    Go over the core libraries and read the function declarations. If it's C/C++, this means only the headers. Document whatever you don't understand.

    The last time I did this, one of the comments I inserted was "This class is never used".

提交回复
热议问题