schriftgestalt / GlyphsSDK

Scripting SDK for Glyphs
Apache License 2.0
89 stars 37 forks source link

Recommend `PascalCase` for class names (not `camelCase`) #89

Open Mark2Mark opened 1 year ago

Mark2Mark commented 1 year ago

https://github.com/schriftgestalt/GlyphsSDK/blob/8d3fcc8b0144dd75b00256a49cd7492d56be2ee8/Python%20Templates/README.md?plain=1#L26

End of line recommends camelCase, which should be better PascalCase, as it is the norm for Python Classes.