Skip to content

Commit

Permalink
Typo: feedbacks=>feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 26, 2024
1 parent 6754350 commit ac857b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/hexagonal-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The very clear separation of concern enforced by the architecture eases automati
### Shorten feedback loops

In software development if you want to go faster (like really faster) you'll have to go for short feedbacks loops. If you have a button that can tell you in a few seconds that your solution is still behaving as intended you'll be way faster than checking that by hand after any update (in fact, you won't check by hand that after any update...).
In software development if you want to go faster (like really faster) you'll have to go for short feedback loops. If you have a button that can tell you in a few seconds that your solution is still behaving as intended you'll be way faster than checking that by hand after any update (in fact, you won't check by hand that after any update...).

Let's be honest here: hexagonal architecture won't help for the fastest feedback loops which are pair feedback in [pair](https://en.wikipedia.org/wiki/Pair_programming) or [mob programming](https://en.wikipedia.org/wiki/Mob_programming).

Expand Down

0 comments on commit ac857b0

Please sign in to comment.