Daniel-Martinez / Tags

Tags
0 stars 0 forks source link

Fix factory for missle launcher type #22

Closed Daniel-Martinez closed 10 years ago

Daniel-Martinez commented 10 years ago

Using Brian's example of enum type lets fix factory to return type and move the user prompt out of factory. I think we were overthinking this one his explanation was simple and makes sence.

Daniel-Martinez commented 10 years ago

set up factroy to work proerly. Learned about the Enum.Parse function that will take the string from user and conrevt it to type for use in the factory method call.