vendredi 19 février 2016

How to rewrite the following code to make it more testable

This is for a programming homework. I am suppose to rewrite the code to make it more testable, but I have no idea what's wrong with it, please help, thanks in advance:

class Widget {private: static Toggle toggle;
  Gear gear;
public:
  Widget();
};

Aucun commentaire:

Enregistrer un commentaire