121k views
1 vote
What software design approach is most commonly associated with Continuous Integration (CI)?

1) Agile
2) Waterfall
3) Scrum
4) DevOps

User Jarchuleta
by
7.6k points

1 Answer

3 votes

Final answer:

The most commonly associated software design approach with Continuous Integration (CI) is Agile.

Step-by-step explanation:

The software design approach that is most commonly associated with Continuous Integration (CI) is Agile.

Agile is an iterative and incremental software development approach that promotes flexibility, collaboration, and continuous delivery of working software.

Continuous Integration, or CI, is a practice of regularly merging code changes into a shared repository, where automated builds and tests are performed to detect issues early.

User Misantronic
by
8.2k points