Skip to content

Instantly share code, notes, and snippets.

@nemoinho
Last active December 8, 2023 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemoinho/4fde340fbf76182a2b7a79719b7773f8 to your computer and use it in GitHub Desktop.
Save nemoinho/4fde340fbf76182a2b7a79719b7773f8 to your computer and use it in GitHub Desktop.
Qutes regarding software-development

I have yet to see any problem, however complicated, which, when you looked at it in the right way, did not become still more complicated

— Poul Anderson
Anderson's Law

Over the last several decades we’ve seen a whole range of ideas regarding the architecture of systems. These include:

  • Hexagonal Architecture (also known as Ports and Adapters), developed by Alistair Cockburn, and adopted by Steve Freeman and Nat Pryce in their wonderful book Growing Object Oriented Software with Tests

  • DCI from James Coplien and Trygve Reenskaug

  • BCE, introduced by Ivar Jacobson from his book Object Oriented Software Engineering: A Use-Case Driven Approach

— Uncle Bob
Clean Architecture

There’s little correlation between a group’s collective intelligence and the IQ of its individual members. But if a group includes more women, its collective intelligence rises.

— Anita Wooley & Thomas W Malone
What Makes a Team Smarter? More Women
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment