aturley / osc-pony

An Open Sound Control library for pony
MIT License
4 stars 1 forks source link

capitalize OSC in class/interface names #2

Closed aturley closed 8 years ago

aturley commented 8 years ago

Class names that contain abbreviations should capitalize each letter of the abbreviation. This is consistent with the convention in Pony.

aturley commented 8 years ago

Done.