摘要: 软件开发常见指标: 1.代码行数(LinesofCode,LOC): 1)Git Bash 工具 cd 工作目录 find . -type f -print | xargs wc -l 2)VS Code VS Code Counter: 能统计项目代码行数、注释行数、以及空行,并且还会展示每个文件 阅读全文