ankitaggarwal011/PyCNN

Rename variables

Open

#31 geöffnet am 8. Okt. 2016

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (86 Forks)batch import
easyhacktoberfesthelp wantedrefactoring

Repository-Metriken

Stars
 (526 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide