Test-Driven Development: A Practical Guide (Paperback)
            
暫譯: 測試驅動開發:實用指南 (平裝本)
        
        David Astels
- 出版商: Prentice Hall
- 出版日期: 2003-07-12
- 售價: $1,998
- 貴賓價: 9.8 折 $1,958
- 語言: 英文
- 頁數: 592
- 裝訂: Paperback
- ISBN: 0131016490
- ISBN-13: 9780131016491
- 
    相關分類:
    
      TDD 測試導向開發
 
立即出貨 (庫存 < 3)
買這商品的人也買了...
- 
                
                   計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e) 計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537
- 
                
                   Visual Basic 6 入門與應用 Visual Basic 6 入門與應用$420$332
- 
                
                   C++ Primer, 3/e 中文版 C++ Primer, 3/e 中文版$980$774
- 
                
                   Agile Software Development Agile Software Development$1,740$1,653
- 
                
                   ASP.NET 網頁製作教本─從基本語法學起 ASP.NET 網頁製作教本─從基本語法學起$600$510
- 
                
                   Thinking in Java 中文版 (Thinking in Java, 2/e) Thinking in Java 中文版 (Thinking in Java, 2/e)$920$727
- 
                
                   Operating System Concepts, 6/e (Windows XP Update) Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029
- 
                
                   演算法導論 (Introduction to Algorithms, 2/e) 演算法導論 (Introduction to Algorithms, 2/e)$860$679
- 
                
                   $1,805Test-Driven Development: By Example (Paperback) $1,805Test-Driven Development: By Example (Paperback)
- 
                
                   Red Hat Linux 9 實務應用 Red Hat Linux 9 實務應用$650$553
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework) STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538
- 
                
                   深入淺出 JBuilder 程式設計實作(JBuilder 9.0/8.0/7.0 適用) (Charlie Calvert's Learn Jbuilder) 深入淺出 JBuilder 程式設計實作(JBuilder 9.0/8.0/7.0 適用) (Charlie Calvert's Learn Jbuilder)$720$562
- 
                
                   Java 2 教學手冊 SDK 1.4版 (Beginning Java 2 SDK 1.4 Edition) Java 2 教學手冊 SDK 1.4版 (Beginning Java 2 SDK 1.4 Edition)$780$616
- 
                
                   重構─改善既有程式的設計 重構─改善既有程式的設計$720$569
- 
                
                   鳥哥的 Linux 私房菜-伺服器架設篇 鳥哥的 Linux 私房菜-伺服器架設篇$750$638
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   創新者的解答 創新者的解答$400$340
- 
                
                   SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027) SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   建構嵌入式 Linux 系統 建構嵌入式 Linux 系統$780$616
- 
                
                   CCNA 認證教戰手冊 Exam 640-801 (CCNA Cisco Certified Network Associate Study Guide, 4/e) CCNA 認證教戰手冊 Exam 640-801 (CCNA Cisco Certified Network Associate Study Guide, 4/e)$780$663
- 
                
                   Word 排版藝術 Word 排版藝術$620$490
- 
                
                   Windows XP 使用手冊 SP2 版 Windows XP 使用手冊 SP2 版$490$441
商品描述
A practical treatment of Test Driven Development — a thoroughly modern approach to building software that is rapidly gaining acceptance.
- A practical complimentary book to Kent Beck's Test-Driven Development!
- Ensures robust, bug-free software by advocating testing before coding!
- Key points are illuminated by examples in Java!
Dave Astels has close to twenty years' experience as a software developer in areas ranging from embedded environment control to intellectual property protection systems to electrical energy trading systems. For more than a decade, he has been working exclusively with object technology. He runs his own consulting company specializing in Extreme Programming and pervasive Java solutions. He is the co-author of A Practical Guide to extreme Programming (ISBN 0130674826).
商品描述(中文翻譯)
**摘要**
這是一本關於測試驅動開發(Test Driven Development, TDD)的實用書籍——這是一種現代化的軟體建構方法,正迅速獲得廣泛接受。  
- 這本書是對 Kent Beck 的《測試驅動開發》的實用補充書!  
- 透過提倡在編碼之前進行測試,確保穩健且無錯誤的軟體!  
- 主要觀點透過 Java 範例進行說明!  
本書教導程式設計師如何在其組織中實現測試驅動開發(TDD)。TDD 的獨特之處在於它迫使程式設計師在實際編寫程式碼之前先撰寫測試。這一過程與傳統的軟體測試方式相反,但 TDD 確保了軟體的生產效率。測試優先的心態使程式設計師能夠定義、指定、說明、限制並驅動程式碼,最終產出經過文檔化和測試的程式碼,並使其簡單且精簡。本書還介紹了工具和技術,所有主要觀點都通過大量範例(包括一個完整的專案,從頭到尾)和練習進行支持。
**Dave Astels** 擁有近二十年的軟體開發經驗,涵蓋嵌入式環境控制、智慧財產保護系統及電力交易系統等領域。十多年來,他專注於物件技術。他經營自己的顧問公司,專門提供極限編程(Extreme Programming)和普遍 Java 解決方案。他是《極限編程實用指南》(ISBN 0130674826)的共同作者。

 
     
    
 
     
     
     
    
 
     
     
     
     
     
     
     
     
    