-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It seems it's using magic numbers for now (setOptions({ verbosity: 10 })) - wouldn't it make more sense to var verbosity = require('lib/verbosityLevel.js') and then use the key of the object as the value for the hash, i.e.:
setOptions({ verbosity: verbosity.solutionAst })
i.e. to make things more self-explanatory ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels