inf3cti0n95 / sidekik

Sidekik for all Data Structures and Algorithms you need.
https://sidekik.js.org
MIT License
4 stars 7 forks source link

feat: A utils package for all the common utilities needed for different packages. #22

Closed inf3cti0n95 closed 5 years ago

inf3cti0n95 commented 5 years ago

Is your feature request related to a problem? Please describe. An individual package should only contain the logic related to that package and not the additional things

For e.g. Right now the @sidekik/tree package exports a typing called Optional<T> which should be not the part of this package. https://github.com/inf3cti0n95/sidekik/blob/856e9617e82a112e9a5a93c29d9b52cd41e00fa3/packages/tree/src/Tree.ts#L7

Describe the solution you'd like A different package for all these kind of utilities which could be reused in multiple packages. Can be bundled in a package called utils.