joshjaysalazar / IntelliCaster

An AI race commentator for iRacing
GNU General Public License v3.0
3 stars 1 forks source link

20 all methods are currently named as public methods but some should be private #56

Closed joshjaysalazar closed 12 months ago

joshjaysalazar commented 12 months ago

Description

Went through and renamed all methods which are only used internally within the class as local methods (i.e. with a leading underscore). This obviously doesn't change anything about the way the program functions, but it does organize it better.

Fixes #20

Type of change

Testing

Just ran some commentary to make sure no renames were missed and the program still works as before.