Tag: TIL
-
Learning Proper Coding: For-loop optimization
“Whats wrong with this code?” for ( int i=0; i<10; i++ ) { //do stuff } As it turns out, I will soon start working as an embedded software developer. It seems then, now would be a good time to start learning how to program properly. I’ll be putting up some tidbits here for my…