vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 aperta il 21 mag 2014

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (914 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (972 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/create_random_marvel_vms.py#L121

Samples should use pythonic variable names, method names, and package names. That means using name_underscore and not nameCamelCase in many situations. There needs to be some patches that go out and find and scrub these non-pythonic (Java-like) names.

Guida contributor