Close

Robert Cecil Martin (Uncle Bob)

Robert (Bob) Martin is one of the most influential articulators of OO design principles and has written many articles about OO design. In 2001, he was one of 17 authors and signatories of the Agile Manifesto.

His full name is Robert Cecil Martin, but he is also known as Uncle Bob (when writing on the web).

Package Design Principles

Yazılımda Ustalaşmak

Release/Reuse Equivalency states that everything reused must be released and tracked. This has little to do with writing the code or applying algorithms or data structures but with how to structure your software into smaller components. It requires the maintainer to organize the releases, provide a way to migrate from one […]

Devamını Oku

Mastering Clean Architecture Principles for Effective Software Design

Mastering Clean Architecture Principles for Effective Software Design

The Principles of Clean Architectureby Uncle Bob Martin(@unclebobmartin) Robert C. Martin, aka Uncle Bob, has been a software professional since 1970 and an international software consultant since 1990. In the last 40 years, he has worked on hundreds of software projects in various capacities. In 2001, he initiated the group […]

Devamını Oku