You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several classes unnecessarily coupled with the module ConfigParser. We should decouple it by creating a class that will use it (an adapter) that should be instantiated only once (in app.py), though multiple instances should be permitted through the app, and then pass it to the rest of the classes (to reduce further more the coupling, we should only pass the parameters the classes need).
The text was updated successfully, but these errors were encountered:
We won't be using this software anymore, and we don't plan on supporting it. Raspberry Pi is not suitable for real-time operations (this software was design to run in a Raspberry Pi Zero). The software for the new on-board computer is being developped at Intruder Cotrol.
There are several classes unnecessarily coupled with the module ConfigParser. We should decouple it by creating a class that will use it (an adapter) that should be instantiated only once (in app.py), though multiple instances should be permitted through the app, and then pass it to the rest of the classes (to reduce further more the coupling, we should only pass the parameters the classes need).
The text was updated successfully, but these errors were encountered: