DUB: json or sdl?

Dga123 Dga123 at 123.fi
Mon Sep 27 17:23:21 UTC 2021


On Wednesday, 22 September 2021 at 10:19:18 UTC, Ki Rill wrote:
> Out of curiosity, which one do you use in your dub projects and 
> why do you prefer one over another?
>
> For example, I use json. Simply because when I see `sdl`, I 
> think of `SDL2` graphics library.
>
> What's your reason?

- JSON for projects
- SDL for embedded recipes, e.g script, because it's usally small 
(name + 1 or two dependencies) and looks less shocking than the 
JSON equivvalent in a comment on top of the module.


More information about the Digitalmars-d mailing list