mvc-game-design icon indicating copy to clipboard operation
mvc-game-design copied to clipboard

just some observations

Open razcore-rad opened this issue 11 years ago • 1 comments

I was looking at your code and well done, very clearly explained. I do have an observation. You say that the View and Controller is tightly coupled with the Model by that import statement: import model but the model module is never used, that is, the coupling is actually done by the calls to the constructors for View and Controller, the import itself is meaningless. Other than this minor observation, this is a really good job you did here, very nice to read.

razcore-rad avatar Dec 18 '13 11:12 razcore-rad

Ah thanks for pointing that out, very valid and I can't think of any reason now to import the model, it is just there to make a point how the objects link together.

wesleywerner avatar Jan 14 '14 05:01 wesleywerner