mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
suggestion against reusing tmp
This commit is contained in:
parent
d013a34b89
commit
aab910e644
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
;; we reuse the same symbol name (tmp) even though the
|
;; we reuse the same symbol name (tmp) even though the
|
||||||
;; compiler can mark those for garbage collection early
|
;; compiler can mark those for garbage collection early
|
||||||
;; this not an issue as the element is created already
|
;; this not an issue as the element is created already
|
||||||
;; in the browser window.
|
;; in the browser window. This is probably not the best
|
||||||
|
;; option for a production app though regardless.
|
||||||
;;
|
;;
|
||||||
;; Create tabs and panels
|
;; Create tabs and panels
|
||||||
(t1 (create-button body :content "Tab1"))
|
(t1 (create-button body :content "Tab1"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue