How to Make WWWow with
star image
Jamstack / Headless
A free guide!

The Power of Event Storming [With Example!]

Engineers, developers, business stakeholders – they all communicate somewhat differently, having various professional backgrounds. The very interpretation of the context will be different, then, and it will also affect the cooperation on the project. To be sure everyone is on the same page, you can try event storming – a flexible method to create models understandable by everyone.

power-of_event_storming_

Miscommunication between business people and engineers is a common issue. While we could start pointing fingers and blaming either side, the problem will not go away on its own. Teams will miss deadlines because something was not clear, the product will fail to meet the client’s expectations, ergo he won’t be willing to pay another invoice because of it.

Alberto Brandolini, the creator of the solution I would like to present here, said something really interesting:

It’s developer’s (mis)understanding, not expert knowledge that gets released into production.

Alberto BrandoliniEventStorming author

Let that sink in. The sentence implies that it is not the business people who decide about the final shape of the product, but the engineers. The reason behind it is that developers translate the business language into a programming one. We sometimes say that something is “lost in translation”, which perfectly fits our case.

Another obstacle is time or, to be more specific, the daily burn rate. There is no way you can analyse the business world infinitely because you will use up all of the available funds. You need an efficient, easy to use tool which enables both parties (business people and developers) to learn about the intrinsic characteristics of the business domain and, as a result, create a precise model of it.

Creating or Finding a Common Tongue

Models, aggregates, tables, databases and so on – people unfamiliar with the jargon find it hard to comprehend what a developer is saying. Engineers seem to us mortals as some sort of aliens, with all their message queues, asynchronous programming, relational databases, http statuses, protocols and so on. And developers rarely know anything about the domain they are paid to model. Taxes, company rules and market reality are as mumbo-jumbo to them as their lingo is to the business people.

What both of us need is a common tongue, a tool giving us access to each other’s understanding. The common thing we understand, or at least can start a discussion with, are the most basic phenomena we can observe: events.

We can easily understand things like: a fire started, the coffee machine broke. When we do not fully understand it, we can easily divide the given event into a few smaller ones. That will provide us with a vision of what the domain does, which is a much better starting point for further discussion of what the domain is.

Let us imagine programming a coffee machine. We have no idea about what a coffee machine does except that it gives coffee. We could start with something like this:

null

Okay, we see the beginning of a process and its end. We stand with a barista as a domain expert and he adds some few stick-its.

null

Okay, something fishy is going on here. You’re not an expert but this is really confusing. You ask – Is this right? Is the order right?

The barista thinks for a second and comes up with a simple – “not really, let me fix it for you”:

null

Then the developer looks at the events and does some thinking. Finally, the question arises – what if there is no coffee?

The barista takes a deep breath gazing at the stick-its. He understands the problem and answers “Yes, so, in a cafe-style coffee machine a barista takes care of that. But when you are not accustomed to that, you may forget to add coffee. You can face a situation when someone forgets to add coffee.

The developer asks a few more questions and other problems pop out. The board looks like this:

null

The barista and the developer look at the board.

“How about having a check BEFORE we start to make coffee?” Asks the barista.

“Ok, let’s do it.”

null

“Does it look good?” Asks the developer.

“Yeah. Let’s add espresso.” Says the barista.

null

They look at the board again. Without a word, they added more stick-its, change the order and, end up with something like:

null

“I think we have some redundancy here.” Says the developer. The barista nods and points at the ‘Coffee ground’ domain event and responds, “I think this has something in common, right?”

They remove the redundancy the best way they could.

null

“Hey, right! This is it! Latte is just milk with some espresso. That means we can close the process of making espresso and use it as the basis for a latte.” Says the barista.

An interesting thing then happens. The business side of the story, a person who obviously knew all of the answers, realizes that a process can be streamlined by reorganizing it. The barista quickly shuffles the stick-its on the board:

null

Now, the cost of understanding the process is much smaller. They were also able to overcome the initial problem of communicating with each other, which was the main goal in the first place.

This is just a small example of how an event storming session can unfold itself in the process of defining the domain via events. This is a way of tackling the most complicated business realities out there, for in every process there is something happening. If something happens, we can derive events out of it.

Building blocks

You already saw a few building blocks. As I was writing this article, I planned to use the collection above, yet I found out that in the middle of the process I need a new one, which we can call “business process”. Let’s go through them:

  • Domain Event displays “what happened” in the domain.

  • Command represents what its name is, i.e. a command. Sometimes a process starts because of different types of commands. So the “computer turned off” event can be initialized by the “turn off the computer” command from a user or by another annoying Windows 10 “critical” update.

  • Read Model is an entity from which we can, well, read!

  • Aggregate forms a coherent boundary based on business rules. In other words, it is a snapshot of the system in the given moment and context.

  • Rule stands for a business rule that requires satisfaction to validate another block.

  • User is an actor who interacts with the system.

  • Condition covers situations when our process branches out into different paths.

null

Expected Result

The developers cannot be held responsible for not understanding things that are never raised in the meetings. Nothing is obvious. In my opinion, tackling the complexity of software most often results in a better understanding of the business side of things. As Brian Goetz said in 2009 when asked about advice for Java programming: “write dumb code, code that is straightforward, clean, and follows the most obvious object-oriented principles”. Yet, in reality, when the business side is obscure to the developers, how can they write straightforward code when everything is subject to change?

On the other hand, it is not the fault of business people that they do not disclose everything about the business side of things. There is a different world out there, dark and full of errors. Instead of pointing at the manager or the product owner and saying “he/she is the one to blame”, how about you ask for one event storming session to level out the field of business knowledge?

Have fun storming out your business events,

Farewell

Sources:

Let's talk about Jamstack and headless e-commerce!

Contact us and we'll warmly introduce you to the vast world of Jamstack & headless development!

GET AN ESTIMATE