Å·±¦ÓéÀÖ

Clean Architecture Quotes

Quotes tagged as "clean-architecture" Showing 1-2 of 2
“It doesn’t take a huge amount of knowledge and skill to get a program working.
Kids in high school do it all the time.
Getting it right is another matter entirely.
And when you get the software right, something magical happens: You don’t need
hordes of programmers to keep it working. You don’t need massive requirements
documents and huge issue tracking systems. You don’t need global cube farms
and 24/7 programming.
When software is done right, it requires a fraction of the human resources to
create and maintain.”
Robert C. Martin., Clean Architecture

Robert C. Martin
“All race conditions, deadlock conditions, and concurrent update problems are due to mutable variables. All the problems we face in applications that require multiple threads, and multiple processors—cannot happen if there are no mutable variables.”
Robert C. Martin, Clean Architecture