Skip to content

Split CardGui in FrontCardGui and BackCardGui #162

@RobinPetit

Description

@RobinPetit

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions