-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello!
This project is in need of some serious rewriting. I made this project almost two years ago, and back then I didn't know much Python, clean programming practices nor was I very experienced in developing in general.
Due to that, much of the code here isn't very modular, clean or efficient, so the idea here would be to extract pieces of code that appear more than once into separate functions, potentially creating a library containing all those functions, and maybe create tests for them.
If you want to rewrite some ugly piece of code, just open an issue with the filename, post what part of it are you going to fix, how do you see as being ugly/inefficient and how does your solution improve upon it. After that, just do a pull request and if it is convincing I'll accept it!