Growing Object-Oriented Software, Guided by Tests
Title | Growing Object-Oriented Software, Guided by Tests PDF eBook |
Author | Steve Freeman |
Publisher | Pearson Education |
Pages | 762 |
Release | 2009-10-12 |
Genre | Computers |
ISBN | 0321699769 |
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
Test Driven Development
Title | Test Driven Development PDF eBook |
Author | Kent Beck |
Publisher | Addison-Wesley Professional |
Pages | 241 |
Release | 2022-03-25 |
Genre | Computers |
ISBN | 0137585233 |
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is healthy (often viewed as a conscience that tells programmers to "be careful!"), the author believes that byproducts of fear include tentative, grumpy, and uncommunicative programmers who are unable to absorb constructive criticism. When programming teams buy into TDD, they immediately see positive results. They eliminate the fear involved in their jobs, and are better equipped to tackle the difficult challenges that face them. TDD eliminates tentative traits, it teaches programmers to communicate, and it encourages team members to seek out criticism However, even the author admits that grumpiness must be worked out individually! In short, the premise behind TDD is that code should be continually tested and refactored. Kent Beck teaches programmers by example, so they can painlessly and dramatically increase the quality of their work.
Domain Modeling Made Functional
Title | Domain Modeling Made Functional PDF eBook |
Author | Scott Wlaschin |
Publisher | Pragmatic Bookshelf |
Pages | 426 |
Release | 2018-01-25 |
Genre | Computers |
ISBN | 1680505491 |
You want increased customer satisfaction, faster development cycles, and less wasted work. Domain-driven design (DDD) combined with functional programming is the innovative combo that will get you there. In this pragmatic, down-to-earth guide, you'll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach. Practical examples in the open-source F# functional language, and examples from familiar business domains, show you how to apply these techniques to build software that is business-focused, flexible, and high quality. Domain-driven design is a well-established approach to designing software that ensures that domain experts and developers work together effectively to create high-quality software. This book is the first to combine DDD with techniques from statically typed functional programming. This book is perfect for newcomers to DDD or functional programming - all the techniques you need will be introduced and explained. Model a complex domain accurately using the F# type system, creating compilable code that is also readable documentation---ensuring that the code and design never get out of sync. Encode business rules in the design so that you have "compile-time unit tests," and eliminate many potential bugs by making illegal states unrepresentable. Assemble a series of small, testable functions into a complete use case, and compose these individual scenarios into a large-scale design. Discover why the combination of functional programming and DDD leads naturally to service-oriented and hexagonal architectures. Finally, create a functional domain model that works with traditional databases, NoSQL, and event stores, and safely expose your domain via a website or API. Solve real problems by focusing on real-world requirements for your software. What You Need: The code in this book is designed to be run interactively on Windows, Mac and Linux.You will need a recent version of F# (4.0 or greater), and the appropriate .NET runtime for your platform.Full installation instructions for all platforms at fsharp.org.
Test-driven Development
Title | Test-driven Development PDF eBook |
Author | David Astels |
Publisher | Prentice Hall |
Pages | 588 |
Release | 2003 |
Genre | Computers |
ISBN | 9780131016491 |
This guide for programmers teaches how to practice Test Driven Development (TDD), also called Test First Development. Contrary to the accepted approach to testing, when you practice TDD you write tests for code before you write the code being tested. This text provides examples in Java.
Elegant Objects
Title | Elegant Objects PDF eBook |
Author | Yegor Bugayenko |
Publisher | Createspace Independent Publishing Platform |
Pages | 222 |
Release | 2017-04-18 |
Genre | |
ISBN | 9781534908307 |
TL;DR Compound variable names, validators, private static literals, configurable objects, inheritance, annotations, MVC, dependency injection containers, reflection, ORM and even algorithms are our enemies.
Growing Object-Oriented Software: Guided by Tests
Title | Growing Object-Oriented Software: Guided by Tests PDF eBook |
Author | Freeman Steve |
Publisher | Pearson Education India |
Pages | 388 |
Release | 1900 |
Genre | |
ISBN | 9788131734735 |
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. 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 developmen.
Growing Object-Oriented Software, Guided by Tests
Title | Growing Object-Oriented Software, Guided by Tests PDF eBook |
Author | Steve |
Publisher | |
Pages | |
Release | 2009 |
Genre | Computer software |
ISBN | 9780321574442 |