G1.5 Plural naming is to be avoided
In general, plural naming (e.g. for libraries) should be avoided, as pluralisation of some words is inconsistent. Non pluralized names should be used in preference:
-
Sensor_Temperature
instead ofSensors_Temperature
-
Memory_Flash
instead ofMemories_Flash
-
TerminalBlock
instead ofTerminalBlocks