gedankenexperimenter / Kaleidoscope

Firmware for the Keyboardio Model 01 and other keyboards with AVR or ARM MCUs.
http://keyboard.io
GNU General Public License v3.0
0 stars 1 forks source link

Rename plugin classes #24

Open gedankenexperimenter opened 6 years ago

gedankenexperimenter commented 6 years ago

As satisfying as I find the existing naming scheme, I think it would be better to name the plugin classes by appending the string "Plugin" to the plugin name. So, instead of kaleidoglyph::qukeys::Plugin, which confusingly inherits from kaleidoglyph::Plugin, it will be kaleidoglyph::qukeys::QukeysPlugin, or maybe even kaleidoglyph::QukeysPlugin. Then the filenames might also change: qukeys/QukeysPlugin.(h,cpp)