Bugzilla – Bug 2494
refactor Slim::Control::Command::execute() to lookup table
Last modified: 2008-09-15 14:39:24 UTC
tracking bug. the execute() function is big and complicated; pull out the individual command code segments into their own functions and leave execute() to do a lookup based on the inputs, plus maybe some housekeeping. one open question is whether anything elsewhere in the server actually uses the return array from execute(); if not, that would simplify this task.
We can close this, no?
Fred feels this task is complete as of svn 5569, so marking as closed. Remaining issues can be opened as new bugs so that specific issues can be targetted.