Hanna Kurhuzenkava
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
-
创建于 Analyze Dead Code in the Project
已回答It is possible to analyze whole project and see if there is a dead code? The code can be considered as dead if: There aren't any usage of it. Code (method or constant) is used only in tests. As a...