How do you introduce unit testing into a large, legacy (C/C++) codebase?

前端 未结 13 1532
鱼传尺愫
鱼传尺愫 2020-12-07 07:39

We have a large, multi-platform application written in C. (with a small but growing amount of C++) It has evolved over the years with many features you would expect in a lar

相关标签:
13条回答
  • 2020-12-07 08:31

    Michael Feathers wrote the bible on this, Working Effectively with Legacy Code

    0 讨论(0)
提交回复
热议问题