booknotes
booknotes copied to clipboard
correcting typo, compare to ch2 from the book
Adding picture to the matrix, Correcting typo directly from the book: https://learning.oreilly.com/library/view/clean-architecture-a/9780134494272/ch2.xhtml#toclev_8
@preslavmihaylov please review
Actually, the quadrants are correct based on their indices in plane geometry.
But also, the redacted part doesn't preserve the original meaning:
-
Architecture is actually only in quadrant
Important, Not Urgent
, rather thanImportant, Urgent
-
also:
This way, the important bits of quadrant 1 (Important, Urgent) never get the proper attention.
Actually, the I, NU bits are the ones which get neglected. I, U usually get addressed.
@preslavmihaylov I think you're mistaken, read the chapter in the book again... it doesn't seem to be based on plane geometry: "Of course, some things are both urgent and important. Other things are not urgent and not important. Ultimately, we can arrange these four couplets into priorities:
-
Urgent and important
-
Not urgent and important
-
Urgent and not important
-
Not urgent and not important"
Compare with my picture
alright, regardless of the quadrants format, I think your picture makes it easier to understand based on the indices you've added so I'll accept that.
How about the other concerns though?
But also, the redacted part doesn't preserve the original meaning:
- Architecture is actually only in quadrant Important, Not Urgent, rather than Important, Urgent
- also:
This way, the important bits of quadrant 1 (Important, Urgent) never get the proper attention.
Actually, the I, NU bits are the ones which get neglected. I, U usually get addressed.