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.

Reply via email to