suggestion against reusing tmp

This commit is contained in:
David Botton 2021-02-14 18:24:56 -05:00
parent d013a34b89
commit aab910e644

View file

@ -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"))