Remove 2020 Remove Continuous Integration Remove Software Review Remove TDD
article thumbnail

AoAD2 Practice: Refactoring

James Shore

To share your thoughts, join the AoAD2 open review mailing list. This excerpt is copyright 2007, 2020, 2021 by James Shore and Shane Warden. We revise and improve the design of existing code. It’s the process of changing the design of your code without changing its behavior. Refactoring. Programmers. How to Refactor.

article thumbnail

Software Testing and Agile

Coveros

I was with a privately held software engineering firm focused on helping organizations transform their software testing capabilities. Here are some highlights of our journey as a software testing profession since the creation of the Manifesto (compliments of Google and testingreferences.com): 2001–2010 Software Testing Highlights.

Insiders

Sign Up for our Newsletter

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

article thumbnail

How to deploy an application on Friday

CircleCI

The next step for getting more confident in your deployments is diligently adding both unit tests and integration tests any time you fix a bug or add a new feature. Fully adopting the Test Driven Development (TDD) practice helps, as this ensures that any new or changed code will always have tests. Automating tests.

article thumbnail

DevOps top programming languages support engineering metrics goals

CircleCI

One of the privileges of working in the continuous integration space is the unique perspective it offers into how software teams organize their work to deliver value quickly without sacrificing quality, security, or developer happiness. Methodology. 1, 2019, and Sept.

Metrics 64
article thumbnail

AoAD2 Practice: Incremental Design

James Shore

To share your thoughts, join the AoAD2 open review mailing list. This excerpt is copyright 2007, 2020, 2021 by James Shore and Shane Warden. It’s Not Just Coding. Computers don’t care what your code looks like. If the code compiles and runs, the computer is happy. Collective Code Ownership. Pair Programming.

article thumbnail

AoAD2 Practice: Feature Toggles

James Shore

To share your thoughts, join the AoAD2 open review mailing list. This excerpt is copyright 2007, 2020, 2021 by James Shore and Shane Warden. For many teams, releasing their software is the same as deploying their software. They deploy a branch of their code repository into production, and all that code is released.

article thumbnail

AoAD2 Practice: Feature Flags

James Shore

To share your thoughts, join the AoAD2 open review mailing list. This excerpt is copyright 2007, 2020, 2021 by James Shore and Shane Warden. For many teams, releasing their software is the same as deploying their software. Continuous Integration. Continuous Deployment. Your feedback is appreciated!