algorithms
algorithms copied to clipboard
Naming conventions
Not that this is all too important, but given that in a (lesser) sense yours is also a python programming showcase, wouldn't it be desirable to honour pep8 suggestions? For example, to avoid camel case names like isEmpty
.
Yeah, PEP8 is good and I think it is important. The current implementation has mixed styles, which I think is confusing. I just didn't have time to organize them. I think I'll do so in a month.
Hi, I'd like to take this up.
#242
Since this issue is still open, I'd like to take this up and make another PEP8 style review. (also noting #242)
Have the issues been solved with the two merged PR?