← Graph

Clean Code

resource 2 connections

Book by Robert C. Martin (Uncle Bob). Referenced in The Curse of Service Object for its comments on services: a service should have a well-defined interface; it may be a single component or composed of several components separated by architectural boundaries. The book discusses services in a microservices / service-oriented-architecture context rather than plain monoliths. Ivan extracts the single-responsibility-principle idea as the most transferable guidance for Rails service objects.

type
book
author
Robert C. Martin
about
Clean Code resource
Ivan extracts Robert Martin's comments on services and SRP from Clean Code.
authored
Clean Code resource
Clean Code is Robert C. Martin's book.

Provenance

Read by
2 extractions