195
you are viewing a single comment's thread
view the rest of the comments
[-] arrakark@10291998.xyz 10 points 2 weeks ago* (last edited 2 weeks ago)

I straight up never got a nice answer from StackOverflow on this. Say you have 5 classes, each requiring access to the data members/functions of the others. What's a nice way to solve this problem? I've thought of only two ~~nice~~ shit methods:

  • Pass pointers/shared-pointers etc to each class, but not through the constructor but a setter function
  • Pass lambdas or std::function everywhere. Yuck! Still doesn't put each object in a valid state in the constructor.
[-] Kayana@ttrpg.network 17 points 2 weeks ago

Well, what problems are you trying to solve by having the classes all access each other's data members? Why is that necessary?

load more comments (1 replies)
this post was submitted on 13 Nov 2024
195 points (98.5% liked)

Programmer Humor

32600 readers
583 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS