TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How should we think about SOLID principles in SOA?

1 pointsby rdpfefferover 5 years ago
We had a team discussion today about applying SOLID principles to Service Oriented Architecture. Intuitively it felt like these principles apply even more so across services, but we wanted to hear counter arguments. Which cases have you seen this fall apart?

2 comments

davetron5000over 5 years ago
SOLID is going to be problematic and it’s easier to focus on baser things like cohesion and writing simple, unabstracted code.<p><a href="https:&#x2F;&#x2F;solid-is-not-solid.com" rel="nofollow">https:&#x2F;&#x2F;solid-is-not-solid.com</a> has a snarky take on this but I wrote it to be apt as well.
rdpfefferover 5 years ago
^ Context: Most reading SOLID use lower level code examples, but one could imagine that relatively large network&#x2F;serialization overhead compared to simple method&#x2F;function calls could conceivably change the rules in certain scenarios. Wondered if people had good examples to share.