General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Sander x
ThePrimeTime
comments
Comments by "Sander x" (@Pumbear) on "ThePrimeTime" channel.
Previous
1
Next
...
All
Everything looks complex if you look at the end result, but every man-made thing is a collection of small simple steps. A computer chip is an insane object if you only know that it holds trillions nano scale components
3
I dunno man. I often write the desired behavior of the function in comment lines and then code it below them. Since comments are highlighted with a different colour they kinda function as headers, making it easier to read the code in separate chunks when reading it back later. For example an init routine I recently wrote for a machine: // Init clock ... // Init pins ... // Init internals ... // Init externals // Anilox motor ... // Center motor ... // Uv lighting ... // Notify init complete ... In case I later have to edit the pin that goes to the center motor it's easier to read the comments to get to the right section and then edit the code there.
1
Previous
1
Next
...
All