@marcan
I was taught:
for(int sample = 0; sample < 128; sample++) {}
…because the actual number of iterations is right there in the test…
Top-level
@marcan for(int sample = 0; sample < 128; sample++) {} …because the actual number of iterations is right there in the test… 1 comment
|
@RealGene @marcan Am I a bad person because this was the first thing I thought of too?