Not clickbait so don't read it if you don't want to

Stefan Koch uplink.coder at googlemail.com
Mon Nov 15 21:24:20 UTC 2021


I found a great line in Charles Blooms blog.

```
More generally, this programming pattern of finding clever 
complicated ways to hide the fact that your systems are overly 
bloated and slow is just not the win. You will only make the 
failure cases less common but more ugly.
```

This is exactly one of the main problems with a lot of D code I 
see day to day.
(Which is mostly poor attempts to spend up the DMD compiler.)


More information about the Digitalmars-d mailing list