fnogatz / clocker

Command-line tool to track project hours
Other
420 stars 31 forks source link

Extract functions and write further test cases #44

Closed BeniRupp closed 5 years ago

BeniRupp commented 5 years ago

Extract some of the functions in lib/index.js to lib/utils.js to separate things. Add test cases for the extracted function.

Thanks to all coders which were part of this PR during the 13. Hackergarten in Stuttgart! 🙂 ❤️

BeniRupp commented 5 years ago

As @substack would say:

This looks pretty YAGNI.

Is that your opinion, too?

fnogatz commented 5 years ago

As @substack would say:

This looks pretty YAGNI.

Is that your opinion, too?

This was related only to adding the file .editorconfig, which is not needed IMHO.