Å·±¦ÓéÀÖ

Object Oriented Design Quotes

Quotes tagged as "object-oriented-design" Showing 1-3 of 3
Robert C. Martin
“All race conditions, deadlock conditions, and concurrent update problems are due to mutable variables.”
Robert C. Martin, Clean Architecture

Sandi Metz
“Every dependency is like a little dot of glue that causes your class to stick to the things it touches.”
Sandi Metz, Practical Object Oriented Design in Ruby

Robert C. Martin
“the fact that oo languages provide safe and convenient polymorphism means that any source code dependency, no matter where it is, can be inverted”
Robert C. Martin, Clean Architecture