Skip to content

Conversation

@copelandhouse2
Copy link
Owner

Travel to Mars

  • Practice OOP

/**************************WHITE BOARD NOTES *************************
// CrewMember
// 1) should have a name, a job, a specialSkill and ship upon instantiation
// 2) can enter a ship
//
// Ship
// 3) should have a name, a type, an ability and an empty crew upon instantiation
// 4) can return a mission statement correctly
//
// 1) CrewMember should have a name, a job, a specialSkill and ship upon instantiation:
// 2) CrewMember can enter a ship:
// 3) Ship should have a name, a type, an ability and an empty crew upon instantiation:
// 4) Ship can return a mission statement correctly:
*******************************************************************************/

Copy link

@reneemeyer reneemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests passed! Nice simple code and white boarding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants