-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Reviewed 17 of 17 files at r1. lib/index.js, line 237 [r1] (raw file):
NB: Personally I think that changing a state variable of a class as a side effect of a function isn't terribly discoverable. I would probably have designed this function to either return null if there is no path match or otherwise return the path and then set this.path higher up. You can put the whole thing into the if statement so you don't even need an extra line. Comments from Reviewable |
This should be closed today |
Year, thank you. It looks perfect to rename |
Reviewed 1 of 1 files at r2. lib/index.js, line 118 [r2] (raw file):
NB:/cuttedPath/cutPath/ Comments from Reviewable |
I think this closes previous problem with db prefix. Closes #10
This change is