Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載


Growing Object-Oriented Software, Guided by Tests

簡體網頁||繁體網頁

Growing Object-Oriented Software, Guided by Tests pdf epub mobi 著者簡介

Steve Freeman和Nat Pryce是獨立的軟件顧問,他們是英國的敏捷軟件開發先鋒。他們都曾在一些行業和組織機構中工作過:電信業係統開發、金融業、體育新聞報道和市場傳播、IBM的薄膜包裝應用、工業和學術研究機構等。他們是倫敦XpDay的創始人和組織者,經常齣席和組織國際會議。Steve和Nat是幾個有影響的開源項目的貢獻者,這些項目支持TDD。在2006年,他們共同獲得瞭敏捷聯盟的Gordon Pask奬。他們住在英國倫敦。


Growing Object-Oriented Software, Guided by Tests pdf epub mobi 圖書描述

Foreword by Kent Beck "The authors of this book have led a revolution in the craft of programming by controlling the environment in which software grows." --Ward Cunningham "At last, a book suffused with code that exposes the deep symbiosis between TDD and OOD. This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes * Implementing TDD effectively: getting started, and maintaining your momentum throughout the project * Creating cleaner, more expressive, more sustainable code * Using tests to stay relentlessly focused on sustaining quality * Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project * Using Mock Objects to guide object-oriented designs * Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency

Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載

Growing Object-Oriented Software, Guided by Tests pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-21

Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載

Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載

Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載



喜欢 Growing Object-Oriented Software, Guided by Tests 電子書 的读者还喜欢


Growing Object-Oriented Software, Guided by Tests pdf epub mobi 讀後感

評分

有很多書說過要寫好的代碼,代碼要高內聚,低耦閤。代碼要符閤SOLID原則。我們都知道這些說教,這些原則;但是,我們如何纔能知道我寫的一段代碼不好呢,原則往往漂浮在理論層次,理論來源於實踐,但是高於實踐。我們必須需要一些“硬指標”來衡量我的代碼,為什麼說這段代碼是...  

評分

本書作者是Mock技術的早期創始人,對OO理論和TDD的理解很深。讀本書不僅是學習TDD,更是學習OO思想和方法。相比Kent Beck的《TDD by Example》本書要好一個檔次。  

評分

例子有些過於復雜,再加上代碼沒有有效組織,很容易迷路。書中甚至沒有提到代碼的下載。 建議學習《單元測試的藝術》,更為清晰。 建議學習《單元測試的藝術》,更為清晰。 建議學習《單元測試的藝術》,更為清晰。 建議學習《單元測試的藝術》,更為清晰。 建議學習《單...

評分

這本書2009年10月就齣來瞭,當時沒來得及細看,隻是把它放入瞭我的待讀列錶中。後來查到2010年8月也齣瞭中文版,書名叫《測試驅動的麵嚮對象軟件開發》。看完全書後,我發現本書重點談的還是軟件培養問題。Growing這個詞齣現在書的標題中,非常吸引我的思路。   在前言...  

評分

這本書2009年10月就齣來瞭,當時沒來得及細看,隻是把它放入瞭我的待讀列錶中。後來查到2010年8月也齣瞭中文版,書名叫《測試驅動的麵嚮對象軟件開發》。看完全書後,我發現本書重點談的還是軟件培養問題。Growing這個詞齣現在書的標題中,非常吸引我的思路。   在前言...  

類似圖書 點擊查看全場最低價
出版者:Addison-Wesley Professional
作者:Steve Freeman
出品人:
頁數:384
譯者:
出版時間:2009-10-22
價格:USD 59.99
裝幀:Paperback
isbn號碼:9780321503626
叢書系列:

圖書標籤: TDD  軟件開發  測試  編程  OO  計算機  程序設計  軟件工程   


Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Growing Object-Oriented Software, Guided by Tests pdf epub mobi 用戶評價

評分

好吧。終於看完瞭。方法是好的,原則是對的,大傢不照著做,那不還是白搭!!

評分

可以快速的看一遍

評分

一本很好的學習TDD,迭代式,漸進式開發的書。裏麵也講瞭很多麵嚮對象設計思想,測試技巧和方法等。

評分

對TDD的具體實踐很有幫助,就是原文前幾個章節推進得實在太慢。

評分

幾年前看過,TDD 和迭代式開發的入門視作。雖然書裏用的是 java 做例子, 但是 TDD 這種思維模式能夠應用到所有語言

Growing Object-Oriented Software, Guided by Tests 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有