So How’s It with Architecture - Up-Front Design or Evolutionary Architecture?

Table of Contents

So How’s It with Architecture - Up-Front Design or Evolutionary Architecture?

Where does architecture currently stand? We can say that there are two classic approaches:

  • The classical approach, which requires carefully planning as many details as possible (up-front);
  • The agile approach, which dictates making decisions as late as possible and developing architecture through refactoring.

How does this usually happen in projects? In many cases, a more or less detailed project is created in the up-front style and remains that way. On the other hand, relying solely on organic development of good architecture through natural evolution usually also fails. In large projects, it is extremely risky as it often leads to local solutions that should be rewritten at some stage (which usually does not happen).

In practice, a mixed approach works best. At the beginning of a project, release, or iteration, a concept and design of a solution is created, which serves as the basis and reference point for project work. This project does not have to be, and even should not be, exceedingly detailed. On the other hand, we should not assume that what was devised at the outset will be a perfect solution. Consequently, during the project work, we make ongoing local modifications to the design assumptions through refactoring.

By doing so, we obtain a natural process of architectural development. Initially, it is pre-designed, which prevents us from wasting time and resources on evolutionary wandering. We use evolution to improve the original design. If we link this with the process of Natural Order refactoring, we are in luck! More on that in future posts.

The process sketch looks as follows:

(Sketch image removed)

(Text translated and moved from original old blog automatically by AI. May contain inaccuracies.)

Related Posts

Technical Leader Worries: I Am Not a Born Leader

Technical Leader Worries: I Am Not a Born Leader

Have you ever heard about Alexander the Great, Napoleon, J. F. Kennedy, Martin Luther King? I bet you have. These are great historical leaders. These names often come to mind when we think about leadership. When coupled with Hollywood movie characters, we imagine leaders as heroes with strong charisma and exceptional talent for public speaking. This stereotype is hard to shake. But wait a minute… Is this what we should adhere to when talking about technical leaders?

Read More

Make Room for Progress...

From the collection Poetry for Project Enthusiasts

Make Room for Progress

There is never a good time for the first child,
There is never a good time for the second child,
There is never a good time to build a house,
There is never a good time for renovations,
There is never a good time for a wedding,
There is never a good time to introduce refactoring,
And there is never a good time to start writing unit tests.
In each of these cases, you simply need to make a decision,
Start doing it, and time and resources will appear,
Because they will have to…

Read More

Case of Scope Creep - A Simple Introduction to BDD Part 4

Introduction

In the dessert of JBehave, Behaviour-Driven Development, and the calculator (yay), we present the last part of our series.

Read More