General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Ton Bong
Stefan Mischook
comments
Comments by "Ton Bong" (@tongobong1) on "How many hours of coding per day?" video.
If you write the clean readable code then you don't need much comments. The careful selection of function, class and variable names should be enough to understand the code. The comments are good for high level overviews or for todos or some hidden properties of the code or in some rare cases where code is a bit more complex.
10