ugly and/or useless features in the language.

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Sat May 15 21:15:01 UTC 2021


On Saturday, 15 May 2021 at 14:31:08 UTC, Alain De Vos wrote:
> Feature creep can make your own code unreadable.

Having many ways to express the same concept makes code harder to 
read. This is an issue in C++, but you can combat it by creating 
coding norms.

In general it is better to have fewer features and instead 
improve metaprogramming so that missing features can be done in a 
library.

Also some features could be merged, like alias and enum constants.



More information about the Digitalmars-d-learn mailing list