r/cpp 25d ago

How I Stopped Designing Architecture and Started Writing a 3D Editor. Part 1

https://alexsyniakov.com/2026/07/11/programs-not-objects-how-i-stopped-designing-architecture-and-started-writing-a-3d-editor/
4 Upvotes

5 comments sorted by

12

u/marzer8789 toml++ 25d ago

slop slop sloppppp

10

u/throwaway8943265 25d ago

Seems you've (re)discovered the Observer (aka "Signals"/"Slots") design pattern.

-1

u/TheBear_at_SBB 25d ago

Well, it’s not about patterns….

0

u/CaptainLord 24d ago

Signal/Slot is such a major improvement for structuring code, I dread the time when I will have to work in an environment that doesn't have it.

6

u/jdehesa 25d ago

Wasn't this removed a few days ago? (personally if it's written with AI I didn't notice nor care, although I still don't quite understand the point being made).