On Saturday, 9 July 2022 at 23:40:21 UTC, monkyyy wrote:
Its not curated
Well, limit yourself to usage of `std` or `phobos` or whatever official implementation is called - and voila, it's curated.
It changes the compiler options
So? Most of the people prefer to have build tool managing possible compiler options for them instead of typing the manually for each compiler, digging through all dependencies involved to find required options for them, etc, finally resulting in reinventing the same build tool. Especially when you have an option to manually override anything you dont like.
and its randomly configured in js
Dub has nothing common to JS. If you mean `dub.json` format - well, JSON is not a JS. And if you are allergic to human-readable formats, you can always use `dub.sdl` flavor.