WAGhostRobotics / RES-Q

3565 code for the 2015-16 school year.
0 stars 0 forks source link

pls comment better thx #2

Open 16snathan opened 8 years ago

16snathan commented 8 years ago

//The programs have way too few comments, especially StandardDrive.java int numberOfComments = 10; bool isCommentingDetailed = false; bool isCodeReadable = false;

if((numberOfComments > 10) && (isCommentingDetailed)) isCodeReadable = true;

lheinold commented 8 years ago

Huh I thought I commented it. It wasn't working so I posted about it: https://www.reddit.com/r/FTC/comments/3zy8rw/trouble_with_programming_encoders/ there should be better commenting on this one (I thought I committed the changes but apparently not)