Dan Sturtevant
↑ 3 References
2024/02/14
→
11:14
→
[[EM.413]] [[Bruce Cameron]] [[System Architecture]] [[meeting]]
→
Does software need separate architecture?
→
I think that’s partially because code, in principle, contains the architecture. It’s the…
→
this doesn’t mean it’s actually easy to extract that, and that’s what Dan Sturtevant is working on
there’s often a difference between how the engineers think the code is structured and how it actually is
Do you find that codebases that lean harder on Functional Programming concepts (like immutability, reduced side effects) produce more modular?