> For the complete documentation index, see [llms.txt](https://yoan-thirion.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoan-thirion.gitbook.io/knowledge-base/xtrem-reading/resources/book-notes/building-evolutionary-architectures.md).

# Building evolutionary architectures

## Pitch

**Support Constant Change**

The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms.&#x20;

Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protect important architectural characteristics as it evolves.&#x20;

This practical guide ties those parts together with a new way to think about architecture and time.

![](/files/-MBikfbB7GFLLjdqTWMw)

## Notes

### Evolutionary architecture

* Other possible names ?
  * Agile
  * Incremental
  * Continual
  * ...
* Incremental and Guided
  * Some objective exists Move towards

### Fitness functions&#x20;

* From genetic algorithm to define success
* "An architectural fitness function provides an objective integrity assessment of some characteristics"
* System wide fitness function
  * Collection of fitness functions
    * Architecture metrics
    * Integrations tests
    * Unit tests
    * Contract Tests
    * Monitors
    * ...&#x20;
* Categories
  * Atomic
    * Run against a singular context
    * Exercise 1 particular aspect
    * Unit test for example
  * Holistic
    * Shared context
  * Triggered
  * Continual

## Mind map

![](/files/-MBin57Njf5r1SGeI3kO)
