mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 23:06:59 +02:00
📚 Updated docs to Penpot
This commit is contained in:
parent
154b58057a
commit
8fa0a039c4
4 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ and backend, such as: code style hints, architecture dicisions, etc...
|
|||
|
||||
## Assertions ##
|
||||
|
||||
UXBOX source code has this types of assertions:
|
||||
Penpot source code has this types of assertions:
|
||||
|
||||
**assert**: just using the clojure builtin `assert` macro.
|
||||
|
||||
|
@ -55,7 +55,7 @@ This macro enables you have assetions on production code.
|
|||
|
||||
**Why don't use the `clojure.spec.alpha/assert` instead of the `app.common.spec/assert`?**
|
||||
|
||||
The uxbox variant does not peforms additional runtime checks for know
|
||||
The Penpot variant does not peforms additional runtime checks for know
|
||||
if asserts are disabled in "runtime". As a result it generates much
|
||||
simplier code at development and production builds.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue