mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
500 B
500 B
| title | sr-due | sr-interval | sr-ease |
|---|---|---|---|
| Models | 2022-04-20 | 35 | 270 |
tags: #review
Models
"A model is an informative representation of an object, person or system"
Software is made up of models. It is not only "code" Models can be high level (mockups etc) or low level (code) Models can be executable (code, ec) or not (diagrams)
Models are used in Domain Driven Design and in Behaviour Driven Development