From aab910e644c502ed30c5bea3dbd3dafcf9ae760b Mon Sep 17 00:00:00 2001 From: David Botton Date: Sun, 14 Feb 2021 18:24:56 -0500 Subject: [PATCH] suggestion against reusing tmp --- tutorial/09-tutorial.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/09-tutorial.lisp b/tutorial/09-tutorial.lisp index ea36284..cce1db9 100644 --- a/tutorial/09-tutorial.lisp +++ b/tutorial/09-tutorial.lisp @@ -11,7 +11,8 @@ ;; we reuse the same symbol name (tmp) even though the ;; compiler can mark those for garbage collection early ;; 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 (t1 (create-button body :content "Tab1"))