mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 00:01:40 +02:00
♻️ Minor code reorganization.
Improves modularity and reusability and allows usage of backend code as a library.
This commit is contained in:
parent
59a45530a8
commit
0926fbcbc6
27 changed files with 704 additions and 791 deletions
|
@ -401,6 +401,9 @@
|
|||
(keyword? maybe-keyword)
|
||||
(core/name maybe-keyword)
|
||||
|
||||
(string? maybe-keyword)
|
||||
maybe-keyword
|
||||
|
||||
(nil? maybe-keyword) default-value
|
||||
|
||||
:else
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;; License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
;;
|
||||
;; Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
|
||||
;; Copyright (c) Andrey Antukh <niwi@niwi.nz>
|
||||
|
||||
(ns app.common.exceptions
|
||||
"A helpers for work with exceptions."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue