chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Refactor method names to be more concise #57

Open enioluwas opened 4 years ago

enioluwas commented 4 years ago

I am of the opinion that method names such as Network.getNetworkDesc are redundant in their nomenclature. It would suffice to have Network.getDescription, instead of mentioning what type it is in every method.

Affected methods are scattered around in the core, and will all need to be updated to be more concise.