Menu

#17 Split SaveProfile to create a Profile class

0.9
open
nobody
None
Medium
2013-03-19
2013-03-19
No

Today, we have one class to do two things:

  • manage the information of a profile
  • save a profile

Because of that, we have the following inconsistencies: the xmlWriter contains an xmlReader.

The goal of this task is:

  • to separate the object from its handler,
  • to make XmlWriter independent of XmlReader.

Related

Discussion: SaveProfile & Profile

Discussion