General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Martin Maat
ThePrimeTime
comments
Comments by "Martin Maat" (@MartinMaat) on "Clean Code is SLOW But REQUIRED? | Prime Reacts" video.
Advocating, in general, for dropping things like polymorphism in favor of speed and casually mentioning things like L1 cache and SIMD instructions is sheer pedantic nonsense from (probably young) people who just read something and want to play smart with it. SOLID principles apply to the structure of your code and are hardly ever in the critical path. The heavy lifting, if there is any, will be on the method implementation level at which none of the abstraction applies.
1