This article talks about why simple code is more important.
Simple and Clean Code vs. Performance
by Arne Mertz
From the article:
One of C++s strengths is that it is possible to write very performant code. But does that mean we always have to worry about performance and write our everyday code as performant as possible? Should we give up simplicity for performance? Do we have to?
Add a Comment
Comments are closed.