> Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized. Affected functions: ``` java org.usfirst.frc.team2729.robot.subsystems.VisionSystem.AreaScore(VisionSystem$ParticleReport) org.usfirst.frc.team2729.robot.subsystems.VisionSystem.AspectScore(VisionSystem$ParticleReport) org.usfirst.frc.team2729.robot.subsystems.VisionSystem.CompareParticleSizes(VisionSystem$ParticleReport, VisionSystem$ParticleReport) ```
Affected functions: