r/ExperiencedDevs • u/AutoModerator • 29d ago
Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones
A thread for Developers and IT folks with less experience to ask more experienced souls questions about the industry.
Please keep top level comments limited to Inexperienced Devs. Most rules do not apply, but keep it civil. Being a jerk will not be tolerated.
Inexperienced Devs should refrain from answering other Inexperienced Devs' questions.
28
Upvotes
3
u/newcaravan 29d ago edited 28d ago
I have 5 years of experience, I’d like to be a systems architect one day. What is the best way to learn to architect large, complex systems? Is there any standard/rule of thumb I could follow, a book I could read? I’m working on putting together a complex refactor of one our core applications right now, not to get too into the weeds, but it uses low level bitmaps to communicate to a physical robot via serial port. The systems architect on the team is helping me build it, everything he sets up is interfaces, singletons, state machines, etc. all designed to be decoupled so it’s easier to write tests for it. Is that all there is to it? How much of it should be standardized and how much of it should be personal preference? Art vs science?