thundergolfer / sudkamp-langs-machines-python

Algorithms from Sudkamps' Languages and Machines - implemented in Python 3
Other
8 stars 0 forks source link

Clean up some less-than-stellar python in this project #1

Open thundergolfer opened 6 years ago

thundergolfer commented 6 years ago

There's some sloppy programming in here. Just before saw that I was calling len(something) around 5 times for the same something variable in one function.

Go through and clean up bad code like the above, and anything that's not idiomatic python.

trevorgor289 commented 4 months ago

hi, is this still something I can work on?

thundergolfer commented 4 months ago

Sure! I'll accept PRs.