General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Mikko Rantalainen
ThePrimeTime
comments
Comments by "Mikko Rantalainen" (@MikkoRantalainen) on "We Removed C++" video.
53:40 My personal preference is no wrapping of lines but avoid long lines. As such, I wouldn't accept that 8 line long if statement and would want to see a function checking for those options instead. The only exception is that long strings should stay on a single line no matter how long those are. Splicing a single logical line to multiple lines in source code is just ugly. If the semantics are one long string, it must look like one long string in the source code, too.
1