Fully debugged my Command Line Interface after moving everything into OOP.
Change twin logic variable call (it was supposed to call list index 0, but called 1) to solve linking issue for double delegate committees.
Fix relative imports by adding “.” to my init.py files. During this I learned a lot about how the python interpreter views files and locations.
Also separated responsibilities by splitting functions. Now, my libraries are no longer aware of each other, to allow for easier debug and changes later.
I will need to take out my business logic from the infrastructure and put it with my main files, to further separate responsibilties.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.