programming-formalisms / programming_formalisms_project_autumn_2023

The Programming Formalisms learners project of autumn 2023
https://github.com/UPPMAX/programming_formalisms
GNU General Public License v3.0
0 stars 1 forks source link

Decide upon class names #7

Open richelbilderbeek opened 11 months ago

richelbilderbeek commented 11 months ago

Depends on:

With a Project Brief known (#6), the team needs to agree upon how the Python classes of the project will be named. In that way, the whole team can start coding at the same time :-)

As a group, make a list of classes the majority thinks would make sense to have:

Use a shared document. Class names are CamelCase, for example SimulationParameters, as is used in PEP8.

The end product must be similar to a table like this:

class name owner
Simulation Anna
Coordinate Bas
. .