Code Cleanup
Over the next few days I will be working on cleaning up the code for the project.
As many of you know the original code for this project was rushed in order to meet the drop timelines. Now that there are several of us working on the project, we must ensure the code is readable and accessible to all of us.
From now on if you are working on a new feature please create a new file for it and import it to the main class.
I will continue to clean up the code over the next few days including deleting unnecessary imports, condensing code that can be shortened with functions and moving sections of code to new files.
Please familiarise yourself with the new changes as they come along.
New Feature:
Also you may notice that the project has a new feature. Daniel has implemented the ability to save and encrypt shipping details so they do not have to be repeatedly typed out. The feature works well at the moment, I moved several of his functions to encrypt.py for easier access.
Good work Daniel, the new saving feature makes testing the bot much more easier!
Keep working on the system, it really is useful for efficiency of our project. I feel like the next step is to add checks e.g. check if a password exists before asking if the user if they want to load a password.
Good job!
Code Cleanup
Over the next few days I will be working on cleaning up the code for the project.
As many of you know the original code for this project was rushed in order to meet the drop timelines. Now that there are several of us working on the project, we must ensure the code is readable and accessible to all of us.
From now on if you are working on a new feature please create a new file for it and import it to the main class.
I will continue to clean up the code over the next few days including deleting unnecessary imports, condensing code that can be shortened with functions and moving sections of code to new files.
Please familiarise yourself with the new changes as they come along.
New Feature:
Also you may notice that the project has a new feature. Daniel has implemented the ability to save and encrypt shipping details so they do not have to be repeatedly typed out. The feature works well at the moment, I moved several of his functions to encrypt.py for easier access.
Good work Daniel, the new saving feature makes testing the bot much more easier!
Keep working on the system, it really is useful for efficiency of our project. I feel like the next step is to add checks e.g. check if a password exists before asking if the user if they want to load a password.
Good job!