General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "Stop Recommending Clean Code" video.
13:25 And these functions don't even return a value, they modify global state, and maybe you even have to call them in order.
1
26:05 I never do tests of random functions inside a program. I only split off useful parts of a program or write libraries, which might be useful for different programms, and only then I do unit tests of the public interfaces.
1