ankitaggarwal011/PyCNN

Rename variables

Open

#31 aperta il 8 ott 2016

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)Python (86 fork)batch import
easyhacktoberfesthelp wantedrefactoring

Metriche repository

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

Descrizione

Please note these guidelines while renaming variables.

  • Do not rename the parent class.
  • Rename the variables or methods to have more intuitive names.
  • Use private variables where necessary. You can use this or this guide.
  • Document the corresponding changes in README.

Any suggestions are welcome. Thanks.

Guida contributor