thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.51k stars 58 forks source link

Some much needed refactoring #59

Closed thecodrr closed 3 years ago

thecodrr commented 3 years ago

Why:

The current codebase is all over the place. It lacks consistency, is hard to navigate and the amount of things being passed around in function calls is absurd. As such, contributing is a nightmare.

After this much needed refactoring, hopefully, it will be more readable and maintainable.

Goals:

papb commented 3 years ago

Nice work!!

thecodrr commented 3 years ago

Thanks! @papb