SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

File, folder, class and variable names for more idiomatic Python3 #1

Closed jbytecode closed 1 year ago

jbytecode commented 1 year ago

For a more idiomatic Python library, we can follow the rules below:

$> pytest *

in the terminal.

jbytecode commented 1 year ago

The commits

fix the uncapitalized file name problem.

jbytecode commented 1 year ago

solved.

SevgiAkten commented 1 year ago

On Friday, I decapitalized all file names but when I commit, some changes didn't seem on GitHub. When I am trying to solve this problem, you already do this well, thanks, teacher. I just wanted you to know that I am aware 😊

SevgiAkten commented 1 year ago

As I mentioned, I tried to decapitalize main folder name "CGA" to "cga". While it is changed in vscode, it didn't changed after commit on GitHub. Later I research pychache files and effect of ignoring *pyc. Then I delete ".gitignore" file to solve this problem and it change..However, I'm not sure if this problem is caused by this.