() Eric Abrahamsen () Wed, 04 Oct 2017 11:32:03 -0700 3. Look at unpicking functions so that there's a clearer demarcation between code that does server logic (marks and whatnot) and code that does UX/presentation stuff. What do you mean by "unpicking functions"? Should that be read as ADJ N (functions that have the "unpicking" quality) or V N (the action of "unpicking" applied to functions), or something else entirely? I dig the zen feel of the sentence, anyway. :-D -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502