Shards are currently just an array of objects in a single file (containing other stuff as well) and I don't see a future for it.
I'm thinking about at splitting each shard config into its own file, while probably keeping the files potentially sharable between shards. Moving shards 100% into their own directories is also an option, but it would end up causing a lot of code duplication.
Shards are currently just an array of objects in a single file (containing other stuff as well) and I don't see a future for it.
I'm thinking about at splitting each shard config into its own file, while probably keeping the files potentially sharable between shards. Moving shards 100% into their own directories is also an option, but it would end up causing a lot of code duplication.