Skip to content

Instantly share code, notes, and snippets.

View tjmaynes's full-sized avatar
🔌
Focused

TJ Maynes tjmaynes

🔌
Focused
View GitHub Profile
@tjmaynes
tjmaynes / introrx.md
Created May 17, 2020 04:37 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@tjmaynes
tjmaynes / notes_from_clear_architecture_robert_c_martin.md
Created November 30, 2019 15:58 — forked from lorenadl/notes_from_clear_architecture_robert_c_martin.md
Notes from "Clean Architecture" - Robert C. Martin

Notes from "Clean Architecture" - Robert C. Martin

Part I: Introduction

What is design and architecture

"Architecture" is often used in the context of something at a high level, whereas "design" more often seems to imply structures and decisions at lower level. But this usage is nonsensical. In software design the low-level details and the high-level stucture are all part of the same whole, there is a continuum of decisions from the highest to the lowest levels.