docs: make wording clearer
Uses same order Uses semantic linefeed for the section: https://rhodesmill.org/brandon/2012/one-sentence-per-line/
This commit is contained in:
parent
232df7a8a3
commit
83542e56a7
1 changed files with 6 additions and 2 deletions
|
|
@ -146,9 +146,13 @@ no "ceremony".
|
||||||
|
|
||||||
Mount uses namespaces and vars where Component uses records and protocols.
|
Mount uses namespaces and vars where Component uses records and protocols.
|
||||||
|
|
||||||
Component manages protocols and records, and in order to do that it requires a whole app buyin, which makes it a _framework_.
|
Component manages records and protocols,
|
||||||
|
and in order to do that it requires a whole app buy-in,
|
||||||
|
which makes it a _framework_.
|
||||||
|
|
||||||
Mount does not need to manage namespaces and vars, since it is very well managed by the Clojure Compiler, which makes it a _library_.
|
Mount does not need to manage namespaces and vars,
|
||||||
|
since it is very well managed by the Clojure Compiler,
|
||||||
|
which makes it a _library_.
|
||||||
|
|
||||||
## What Component does better
|
## What Component does better
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue