logoalt Hacker News

geodelyesterday at 8:08 PM1 replyview on HN

While I agree with what you said. In personal experience I have noticed the software design / architecture is becoming irrelevant for lot of enterprises (including mine of course). So design nowadays is about API design Input/Output/Error handling. And architecture is about Cloud/Kubernetes/APM , deployment and monitoring etc. Code now does not need much design. Things like performance, isolation, extensibility etc as those are now higher level concerns not part of code itself.

This is also where micro services pattern fits in well because individual unit is so small no design needed.


Replies

girvoyesterday at 9:19 PM

> Code now does not need much design.

I’ll bite: why? Genuine question, not a weird gotcha.