Personal Space Project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Personal Space Project

RADAR REPORTS: Long Question Inbound.... Hey there. I am a fairly new programmer learning C++, JS, CSS, and HTML in college right now. In order to test everything Iā€™ve learned to this point, Iā€™ve decided to put together a personal project of mine: ā€œSPACE STATIONā€ and ā€œSPACE SHUTTLEā€. I am working on getting together some type of UML for my space shuttle which I need help developing. So far I have an empty class for COCKPIT, which will include things such as a fuel system, a compass, diagnostics system, and a radar for locating masses such as asteroids. I guess my question is, how would I put together the UML for this, as I donā€™t want to make an entire class for something that could easily be an object if that makes sense... donā€™t want to make easy things over complicated and vice versa. This is a highly complex design for a beginner programmer, I know... but Iā€™m dedicated to putting the time and effort in. Thanks.

21st Mar 2019, 9:07 PM
Seij Bailey
Seij Bailey - avatar
1 Answer
+ 5
I suggest you start working on a less complicated section like the 'docking bay' before. Finish it and then work on more complicated section. That way, your UML becomes more manageable
22nd Mar 2019, 6:30 AM
Da2
Da2 - avatar