6 ms·
Python's PEP8 recommends underscores for functions, method names and instance vars, but the stats are showing a break down of camelCase with and without first c
by dansimau 13y ago
Python's PEP8 recommends underscores for functions, method names and instance vars, but the stats are showing a break down of camelCase with and without first capital letter (which shouldn't really be relevant).
- signed0 13y agoAre you sure you are looking at the Python page? I don't see a category for variable names.
- anonymoushn 13y agoClicking on Python returns the Scala page here. I cannot get to the Python page.