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 is no inherent reason why we need width and height to be a property of a MazeGenerator; we can simply pass all parameters into the generate method, and as far as I can tell, there is no good reason to not do so. The only possible concern is that this could possibly have some effect on the observer model, but I don't think it'll matter.
The text was updated successfully, but these errors were encountered:
There is no inherent reason why we need
width
andheight
to be a property of aMazeGenerator
; we can simply pass all parameters into thegenerate
method, and as far as I can tell, there is no good reason to not do so. The only possible concern is that this could possibly have some effect on the observer model, but I don't think it'll matter.The text was updated successfully, but these errors were encountered: