Good day, to all thriving and non-thriving Corona developers alike,
(I fall somewhere in the “tween” myself at the time!)
As I am developing a card game, while determining possible MODULES that I could possibly use for compartmentalization, and, after having read many examples of, say, a
GAME_MOD
INTERFACE_MOD, and
]WORLD_MOD setup,
would it be overkill to have all three of those in a card game, AS WELL AS, a fourth
DEALER_MOD,
that would perhaps mediate between the world and the Game modules?
Or does this just simply add a third dumb “thumb” to my logic, or more “know-it-all-chiefs” to my already efficient tribe?
Or could this in fact, further shorten the code in the World module or game module?
CG:)
