Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天Gelis Wu
?
本文探讨了设计文件、代码分析及其对软件质量的重要性,强调了在现代软件开发中采用测试驱动开发(TDD)的方法。还讨论了使用Windows Azure开发云应用程序的优势,通过Visual Studio 2012进行跨平台开发的便捷性,以及各种云服务模型。最后,提供了Windows Azure的使用情景与核心服务的概述,强调了其弹性和可扩展性的重要性。
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天Gelis Wu
?
本文探讨了设计文件、代码分析及其对软件质量的重要性,强调了在现代软件开发中采用测试驱动开发(TDD)的方法。还讨论了使用Windows Azure开发云应用程序的优势,通过Visual Studio 2012进行跨平台开发的便捷性,以及各种云服务模型。最后,提供了Windows Azure的使用情景与核心服务的概述,强调了其弹性和可扩展性的重要性。
Introduction to software quality assurance and its implementationYung-Chun Chang
?
The clean coder
1. The Clean Coder
A Code of Conduct for Professional Programmers
Andy Cheng
2014.3.6
2. Robert C. Martin
? 自稱Uncle Bob (Bob大叔)
? 敏捷宣言(Agile Manifesto)發起人之一
? 魯蛇(Loser)到人生勝利組的代表
? https://twitter.com/unclebobmartin
? https://github.com/unclebob
17. 基本觀念
? 程式碼必須能夠正常工作
Code must work
? 程式碼必須能夠幫你解決客戶提出的問題
Code must solve the problem
? 程式碼必須要能和現有系統結合得天衣無縫
Code must fit well into the existed system
? 其他程式設計師必須能夠讀懂你的程式碼
Code must be readable by other programmers