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
Ensure that only MainWindow or a separate Class interacts with the Interpreter Layer
+ Presently, both HomeDisplay and CommandLineDisplay interacts with the Interpereter Layer
Ensure that Ui Classes have no need to access Wallet, TaskList or any non-utils Classes
+ Presently, Wallet, TaskList, etc. are all Storage Layer Classes
+ There is also no Accessor Method/Class capable of extracting the required items w/o importing
Wallet, TaskList and etc.
The text was updated successfully, but these errors were encountered:
+ Presently, both HomeDisplay and CommandLineDisplay interacts with the Interpereter Layer
+ Presently, Wallet, TaskList, etc. are all Storage Layer Classes
+ There is also no Accessor Method/Class capable of extracting the required items w/o importing
Wallet, TaskList and etc.
The text was updated successfully, but these errors were encountered: