Open pordonj opened 10 years ago
Tony worked in this earlier this week. Will review this weekend.
Went through and edited a ton of comments. Took out stuff that was like "This doesn't work" or "Would be nice if we had encoders". The ones that don't work are noted as bugs.
"@author" is really weird and I almost feel like we should take them all out. But it is nice for when 1 person is the one who wrote most of it.
I think this is pretty much done but would like @windndust to look over everything before we resolve.
I'd be cool with removing the @author stuff. It was mostly automatically generated so I just assumed that was a thing you're supposed to do.
I would suggest leaving the comment at the top that explains what each class does though.
Agree with removing the @author tag. It's only really useful in determining who initially created the class but we have git to tell us that.
I like the package organization much better
We should clean the code of a vast majority of commented-out code. Except for key debugging printouts that can be left in and commented and few other spots, commented-out code just clutters the project and can be recalled from previous revisions.