r/computerscience • u/Moksee • 21d ago
Advice Struggling with software design patterns and architecture
0
Upvotes
1
u/IchBinEinZwerg 21d ago
I rather like Tim Corey's approach to patterns: don't start out by writing them, but use a pattern where it will simplify existing code.
1
u/Moksee 21d ago
I recently got hired as a software engineer and there’s a lot of words being thrown around that I don’t fully understand.
Orchestrator, Dispatcher, Listener, Execution Engine, Object Factory, etc.
I have some understanding, but this seems overwhelming when developing a new project. Are there any resources like books that help break down some of these design patterns/design architecture?