ankitaggarwal011/PyCNN

Rename variables

Open

#31 建立於 2016年10月8日

在 GitHub 查看
 (9 留言) (0 反應) (0 負責人)Python (86 fork)batch import
easyhacktoberfesthelp wantedrefactoring

倉庫指標

Star
 (526 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南