Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Refactor and rename files into meaningful directories #527

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

No functional changes here, just moving code around. This is mostly just grouping files together in logical groupings and moving them from the src directory to their own subdirectories. This helps clean up src a little bit, as right now it's mostly flat. I also took the opportunity to fix the casing on the naming of the files I moved.