SOLO Activity: Project structure
Consider the astronomy catalogue simulator project mentioned in the previous lesson.
- Come up with a planned project structure that would be appropriate for this project.
- How much of the structure would change if you were to use a different language (e.g. Python vs C)?
- The scope of work is quite modest and could be achieved with a flat file structure or a single file.
- Which statements in the previous lesson suggest that a good project structure will be beneficial to future work?