Open 16snathan opened 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)
//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;