-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Issue by TheoVerhelst
Sunday Mar 27, 2016 at 12:47 GMT
Originally opened as https://github.com/ulb-infof209/Group5/issues/162
This has not to be done for the deadline, but when we'll have time later!
For now, the card represented by CardGui can be flipped with the method setShowFront or something like this. But in facts, we never need to "flip" a card within its lifetime, we just use the front or the back of the card.
So I propose to split this class into two different classes (FrontCardGui and BackCardGui). This allow to have a very simple code for BackCardGui because it will always be the same. And this will also divide by two the loading time.
Reactions are currently unavailable