Skip to content

Changed method names

Compare
Choose a tag to compare
@ChaseLukeA ChaseLukeA released this 05 Aug 02:18
· 23 commits to master since this release

Refactored and changed all method names from 'get[Property]' to just '[property]'. Now instead of calling Device.getType(), call Device.type(). This was for more simplification/readability.