▲ 893 ▼ The C++ learning process (aussie.zone) submitted 2 years ago by unionagainstdhmo@aussie.zone to c/programmerhumor@lemmy.ml 126 comments fedilink hide all child comments Incase it doesn't show up:
[–] MonkderVierte@lemmy.ml 2 points 2 years ago* (2 children) Definitely not the 2.5k lines app MVC can be a great experience, especially with python dictionaries. permalink fedilink source parent hideshow 2 child comments replies: [–] Treczoks@lemmy.world 3 points 2 years ago (1 child) Learning how to get models and views together took some time, but after the second refactoring that week I managed to have neat objects for each MVC with clean interfaces. My biggest source in the app defines a requester with three columns of lists: a global category, then parts from that category, and finally the available colors for that part. Each of those views is an object, their interacting logic is an object, and finally the actual requester is an object, and this makes thing easy to handle. permalink fedilink source parent hideshow 1 child comment replies: [–] MonkderVierte@lemmy.ml 1 point 2 years ago Great! permalink fedilink source parent
[–] Treczoks@lemmy.world 3 points 2 years ago (1 child) Learning how to get models and views together took some time, but after the second refactoring that week I managed to have neat objects for each MVC with clean interfaces. My biggest source in the app defines a requester with three columns of lists: a global category, then parts from that category, and finally the available colors for that part. Each of those views is an object, their interacting logic is an object, and finally the actual requester is an object, and this makes thing easy to handle. permalink fedilink source parent hideshow 1 child comment replies: [–] MonkderVierte@lemmy.ml 1 point 2 years ago Great! permalink fedilink source parent