General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@adambickford8720) on "Stop Recommending Clean Code" video.
I shoot for the smallest scope and visibility possible by default. If a function is 100+ lines long and the last few lines have all this 'cruft' in scope only related to previous steps, that feels messy. Related, i find reading in-line lambda functions far easier than have to jump down to a 2-3 line function in some other place, and you don't have the scope pollution issue.
2