Lab实验手册精要.pptVIP

  • 5
  • 0
  • 约4.12千字
  • 约 17页
  • 2016-05-28 发布于湖北
  • 举报
实验手册 软件工程 Lab2:代码评审与程序性能优化 实验要求 针对Lab1所完成的代码,进行代码评审(走查)和性能分析,从时间性能角度对代码进行优化; 练习代码评审的两个方面:静态分析、动态分析(profiling); 使用以下三个工具完成实验: Pylint PyChecker Profile 按Lab1的分组方式,两人一组,随机分配另一组的代码作为本组评审和分析的对象,实验期间不能与原作者进行沟通。 Pylint Pylint是一个Python代码检查工具,可以帮助程序员方便地检查程序代码的语法和风格/ Coding Standard checking line-codes length, checking if variable names are well-formed according to your coding standard checking if imported modules are used Error detection checking if declared interfaces are truly implemented checking if modules are imported Refactoring help Pylint detects duplicated code Fully customizable Modify you

文档评论(0)

1亿VIP精品文档

相关文档