Team3309 / 6CimDrive

Off-season of 2015 season, 6 Cim Drive
0 stars 0 forks source link

Package declaration #4

Closed vmagro closed 9 years ago

vmagro commented 9 years ago

You should have everything in a package. (org.team3309.frc2015 is a good name for the season's code). When you have everything in the default package, other classes cannot import them, it is always best practice to never use the default package and always specify a package name. See 2014 for a sample package organization