ankitaggarwal011/PyCNN

Rename variables

Open

#31 aberto em 8 de out. de 2016

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)Python (86 forks)batch import
easyhacktoberfesthelp wantedrefactoring

Métricas do repositório

Stars
 (526 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador