Used a for loop in the setup function to eliminate some repetition in the code.
Spaced out a few lines, in order to make the code easier to read and understand.
Removed redundant else fork from the "myfile" conditional.
Renamed variables and added variables, in order to make the code more understandable at a quick glance, which ends up improving performance.
Used a for loop in the setup function to eliminate some repetition in the code. Spaced out a few lines, in order to make the code easier to read and understand. Removed redundant else fork from the "myfile" conditional. Renamed variables and added variables, in order to make the code more understandable at a quick glance, which ends up improving performance.