Difference between revisions of "Poll Creator"
From Dreamwidth Notes
(Created page with "[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 p...") |
|||
Line 1: | Line 1: | ||
− | [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?) | + | <pre>[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> closure | ||
[12:06] <dunvi> access to outside variables | [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> 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> but it's actually simpler as a nested subroutine | ||
− | [12:12] <dunvi> and simpler to understand | + | [12:12] <dunvi> and simpler to understand</pre> |
[[Category:Development History]] | [[Category:Development History]] |
Latest revision as of 19:25, 21 August 2012
[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