booknotes icon indicating copy to clipboard operation
booknotes copied to clipboard

correcting typo, compare to ch2 from the book

Open bahunov opened this issue 3 years ago • 4 comments

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

bahunov avatar Feb 02 '22 11:02 bahunov

@preslavmihaylov please review

bahunov avatar Feb 02 '22 11:02 bahunov

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 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.

preslavmihaylov avatar Feb 07 '22 12:02 preslavmihaylov

@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:

  1. Urgent and important

  2. Not urgent and important

  3. Urgent and not important

  4. Not urgent and not important"

Compare with my picture

bahunov avatar Feb 08 '22 05:02 bahunov

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.

preslavmihaylov avatar Feb 12 '22 14:02 preslavmihaylov