ozdemirburak / morse-decoder

Morse code translator and decoder, which can also play audio.
https://morsedecoder.com
MIT License
211 stars 55 forks source link

Split Typescript logic into several files #23

Closed ozdemirburak closed 1 year ago

ozdemirburak commented 1 year ago

Currently, there is only one typescript file, index.ts.

To split the logic, you can create files like:

chris--jones commented 1 year ago

I feel like this is going to be a little opinionated, but I'm game to try :)

ozdemirburak commented 1 year ago

Sounds great, @chris--jones. Thanks.

chris--jones commented 1 year ago

I did the splitting, now I just need to figure out now how to recombine them