opendlang / opend

Boost Software License 1.0
76 stars 17 forks source link

Implicit stuff #47

Closed adamdruppe closed 4 months ago

adamdruppe commented 4 months ago

See blog post: http://dpldocs.info/this-week-in-arsd/Blog.Posted_2024_02_20.html

IgorDeepakM commented 4 months ago

Are you going to add some tests for these novel features?

adamdruppe commented 4 months ago

Tests don't run anyway so what's the point?

I'll instead use them in a real world application.

IgorDeepakM commented 4 months ago

The tests are useful if you run the manually, like before a release in order to ensure nothing is broken. Tests are your friend and you have probably already written them in order to test your implementation so why not save them.