|
|
|
|
|
by jcelerier
2289 days ago
|
|
> People mixing completely different styles in C++ is a nightmare. This is really not my experience. Any decent-sized program will have parts more in a functional style, others in a more OOP one, others in regular-typed Stepanov bliss, others in template or constexpr metaprograms.... and this causes zero issues in practice once people get past their assumptions about what clean code should look like. |
|