Design
kaqi072821
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TDD training summary
从加入TW的第一天Pair开始就在项目中实践TDD。前一段时间阅读了Kent Beck的<<TDD by Example>>,之后对书中的内容进行了总结。这次,同事yuheng给咱们两个项目组以Code Kata的形式进行了一次TDD培训。通过这次实践结合理论的培训,自己进一步加深了对TDD的理解,可谓收获颇丰。 为什么要TDD?TDD有什么优缺点?...原创 2012-05-20 22:41:15 · 162 阅读 · 0 评论 -
<<Domain Driven Design >> by Evan summary
Before chapter 1, it introduced the main Content of the book.1. Domain model provides a ubquitous language that ties domain experts and technologiests together.2. Domain modeling and implementat...原创 2011-11-23 21:03:49 · 179 阅读 · 0 评论 -
<<Test Driven Development By Example>> Summary
<<TDD by example>> notesWhy TDD?*****1. Automated test---Game in TWI---stress->高->testing少->errors多->stress高---stress->高->自动testing多->errors少->stress低2....原创 2012-03-25 20:58:48 · 171 阅读 · 0 评论 -
Authentication related technologies
SSL SSO WIF OAuth Cryptographic nonce Digest Access Authentication MD5 Basic Access Authentication Base64原创 2012-11-08 17:21:39 · 137 阅读 · 0 评论
分享