nkfoss / ohm-str

0 stars 0 forks source link

Scrap the string-handler service and convert other string handling methods to piping #47

Closed nkfoss closed 4 years ago

nkfoss commented 4 years ago

The string-handler service needs to go. Move the methods into components that are dependent on the service. Use piping.

Also, find all the other methods that use regex to handle dates, and replace those with piping as well.