On Monday, 6 May 2019 at 19:52:23 UTC, Mike Brockus wrote:
Hello everyone I am a Meson build system user and I am new to the D language, just wondering if there are compiler flags that I should add, unit testing frameworks, any good practices I can follow and or anything like that also some resources would be helpful thanks. (:

D has built in unittests: https://tour.dlang.org/tour/en/gems/unittesting

as for build systems, dub is the official one for D.

Reply via email to