Reduce complexity in driver code. #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sciactive/nymph-server#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Improve readability by breaking up large methods.
hperrin commented on Dec 18, 2014
Half done. Reduced 700 lines today. Need to divide up the bigger functions.
Took out the duplicate logic I could and moved it to the driver trait. It reduced ~1000 lines. I'm gonna call this one closed now, since most of what's left is actual SQL that the drivers can't share.