santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 156 forks source link

moved up modules dependencies. lodash drop-in replacement where valid. #61

Closed ksaldana1 closed 8 years ago

ksaldana1 commented 8 years ago

Misc. refactoring

1) Moved module dependencies to top instead of inside functions. Feel free to chime in if there's a specific reason I'm overlooking for the original placement.

2) Included lodash as it was being used elsewhere in the program. Dropped-in where valid.

santinic commented 8 years ago

I don't want to import all libraries at once, thanks