D beginner's article about D's Metaprogramming and Testing

monkyyy crazymonkyyy at gmail.com
Mon Dec 18 17:36:01 UTC 2023


On Sunday, 17 December 2023 at 21:51:59 UTC, Renato wrote:
> Hi.
>
> I'm new to D and after playing around with D a bit I decided to 
> publish my thoughts about the language, focusing on its 
> metaprogramming and testing support.
>
> https://renato.athaydes.com/posts/testing-dlang
>
> I would be interested in feedback and corrections from more 
> experienced D enthusiasts :).
>
> Hope you like it!

assuming your are trying to be a resource, I'd focus more on 
template specialization, the variadic functions, and op 
overloads; before mixin templates. Mixin templates are more 
"walter doesnt like templates that work like this so they are 
ugly and require 2 keywords now"


More information about the Digitalmars-d mailing list