微软C编程精粹——《Writing Clean Code》
第1章 假想的编译程序 读者可以考虑一下倘若编译程序能够正确地指出代码中的所有问题,那相应程序的错误情况会怎样?这不单指语法错误,还包括程序中的任何问题,不管它有多么隐蔽。例如,假定程序中有“差1”错误,编译程序可以采用某种方法将其查出,并给出如下的错误信息 -> line 23: while (i line 42: int itoa(int i, char* str) algorithm error: itoa fails when i is -32768
用户评论
推荐下载
-
writing solid code ppt
writing solid code ppt
69 2018-12-15 -
Writing MATLAB CMEX Code
使用MEX/C编写Matlab程序,Matlab官方指导文档,英文版...
15 2019-09-24 -
Guide Writing Testable Code
To keep our code at Google in the best possible shape we provided our software engineers with these
44 2020-08-18 -
微软C编程精粹Microsoft Techniques for Developing Bug_free C Program
微软C编程精粹 Microsoft Techniques for Developing Bug-free C Program
58 2018-12-25 -
微软C编程精粹_Microsoft编写优质无错C程序秘诀.pdf
微软C编程精粹 - Microsoft编写优质无错C程序秘诀.pdf
76 2018-12-29 -
clean_code_javascript
clean-code-javascript
28 2019-03-12 -
code clean代码整洁
经验总结,团队开发的约束规范,也是编程的艺术,提高code 的可读性,后期维护性...
24 2019-04-14 -
重构和clean code
《代码整洁之道》讲述了一系列行之有效的整洁代码操作实践。软件质量,不但依赖于架构及项目管理,而且与代码质量紧密相关。这一点,无论是敏捷开发流派还是传统开发流派,都不得不承认。《代码整洁之道》提出一种观
50 2019-06-04 -
Clean Code.zip
Martin大叔CleanCode三件套,包括《AhandbookofAgileSoftwareCraftsmanship》,《ACodeofConductforProfessionalProgram
27 2019-05-28 -
Clean.Code.in.Python
ThisisabookaboutsoftwareengineeringprinciplesappliedtoPython.Therearemanybooksaboutsoftwareenginee
84 2020-05-17
暂无评论