article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. Visit the Second Edition home page for information about the open development process, additional excerpts, and more. Continuous Integration. Continuous integration is a better approach.

article thumbnail

Continuous integration for Go applications

CircleCI

Running tests locally. Run these tests using the verbose flag -v to get more information. Enter this: go test -v. This screenshot shows that the two tests ran successfully and passed testing. Adding the -v flag displays specific feedback on how each test ran instead of the usual summary. Conclusion.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Agile Book Club: Evolutionary Design

James Shore

Kent is the creator of Extreme Programming, the groundbreaking Agile method that introduced evolutionary design, test-driven development, continuous integration, and many other Agile practices to the world. It’s the basis of most of the material in The Art of Agile Development.

Agile 121
article thumbnail

Test-Driven Development and the Cycle of Observation

Code Simplicity

Today there was an interesting discussion between Kent Beck , Martin Fowler , and David Heinemeier Hansson on the nature and use of Test-Driven Development (TDD), where one writes tests first and then writes code. For example, having fast tests.). The completeness of information delivered to the developers.

article thumbnail

AoAD2 Practice: Refactoring

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. Visit the Second Edition home page for information about the open development process, additional excerpts, and more. Test-Driven Development. Test-Driven Development.

article thumbnail

Discover 2022 DevOps trends with CircleCI data report

CircleCI

Focusing on testing, whether it’s practices like test-driven development (TDD), or integrating validation into your normal development process at all phases of the SDLC, will give you confidence, even when headcount is low. Happy developers and great software delivery are not mutually exclusive.

Report 98
article thumbnail

AoAD2 Practice: “Done Done”

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. Visit the Second Edition home page for information about the open development process, additional excerpts, and more. Test-Driven Development. Continuous Integration. Whole Team.