General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Brent Jacobs
ThePrimeTime
comments
Comments by "Brent Jacobs" (@br3nto) on "Stop Recommending Clean Code" video.
13:28 yeah that example sucks
1
11:59 functions should be as short as needed for your given abstraction. Like if you use MediatR in C#, the Handle method should be as short as possible to do the work you need done. Repetitive code can be moved to injected abstractions, or extension methods. Super easy to get smaller number of lines this way, and also nice abstractions.
1