assistify / diary

Apache License 2.0
0 stars 1 forks source link

Refactored the diary parser and made it available as a library #54

Closed jschirrmacher closed 5 years ago

jschirrmacher commented 5 years ago

The diaryParser needs to be used in the operations tool. To prevent code duplication I made this repo available as a library by exporting the diaryParser in the main module.

Additionally I refactored the diaryParser to reduce duplication of message texts.

jschirrmacher commented 5 years ago

In fact, assitify-diary is already a library, it just could not be required until now.