-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move device to it's own module (device.py) #24
Comments
Is there a overall design doc available? (If not, maybe a good idea?) On Sun, Apr 6, 2014 at 11:29 AM, Yandy Ramirez [email protected]:
|
This is why I ask, by the way ;) http://t.co/9P6iNNXKU4 On Sun, Apr 6, 2014 at 1:40 PM, Willard Dennis [email protected]:
|
ha! that was freaking funny, stealing that picture |
No, there isn't. But I do want to start one, or at lease start documenting better. Stay tuned.
|
I'm quite happy to help with this too if need be. Date: Sun, 6 Apr 2014 10:47:35 -0700 No, there isn't. But I do want to start one, or at lease start documenting better. Stay tuned.
— |
likewise Yandy Ramirez On Mon, Apr 7, 2014 at 4:42 AM, Steven Iveson [email protected]:
|
What do you guys think about moving device() out of main.py and putting it in it's own module? This way we can have a true representation of the Model/View/Controller. Can also help in modularizing things a bit more.
So in this case:
Things contained under vendors are the Model for this.
Device would be the Controller
and main would be the view, the representation of the data that Device is interpreting from the model classes.
Keeping device in main, can make it cumbersome as this grows.
Just an idea. Thoughts?
The text was updated successfully, but these errors were encountered: