Skip to content

Commit

Permalink
A more specific word could be used instead of very simple
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 4, 2024
1 parent 1c1f3f8 commit 4db8931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/hexagonal-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Apart from the code used to make the business operations we'll find ports in the

The application layer **MUST NOT CONTAIN ANY BUSINESS RULE**, its responsibilities are:

- Very simple orchestration:
- Basic orchestration:
- Get something from a port;
- Make an operation on that thing (call a method on the object);
- Save that thing using a port;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Apart from the code used to make the business operations we'll find ports in the

The application layer **MUST NOT CONTAIN ANY BUSINESS RULE**, its responsibilities are:

- Very simple orchestration:
- Basic orchestration:
- Get something from a port;
- Make an operation on that thing (call a method on the object);
- Save that thing using a port;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A brave beer retailer is handling his three shops with papers and pencils and he

Our brave team of one dev didn't build that on his own, in fact he was with the retailer (tasting the product) while doing the first version. As the goal was to show what can be done easily the persistence is in memory for now, but hopefully we'll be able to change that later.

Even this very simple product already helped the retailer (a lot)! So he came back to our team (with some beers!) to add a feature to manage orders. The team started something to allow orders taking but this time the retailer had to leave and the team was stuck! What's an order??? Is it something going on with a customer in the shop or is it something "done" received from somewhere else?
Even this basic product already helped the retailer (a lot)! So he came back to our team (with some beers!) to add a feature to manage orders. The team started something to allow orders taking but this time the retailer had to leave and the team was stuck! What's an order??? Is it something going on with a customer in the shop or is it something "done" received from somewhere else?

We got answer from the retailer later on but our team is currently recovering from a very serious headache. Can you end what they started on order considering that:

Expand Down

0 comments on commit 4db8931

Please sign in to comment.