Poll Creator

From Dreamwidth Notes
Revision as of 19:25, 21 August 2012 by AzureLunaticDW (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
[12:06] <Azz|vertical> dunvi: if I may ask, what turned out to be the reason it was implemented the original way? 
(I'm assuming you're talking about some of the inexplicable poll creation logic?)
[12:06] <dunvi> closure
[12:06] <dunvi> access to outside variables
[12:12] <dunvi> basically, i could keep this factored out and start passing variables in and out like mad
[12:12] <dunvi> but it's actually simpler as a nested subroutine
[12:12] <dunvi> and simpler to understand