Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
api
on Jan 19, 2017
|
parent
|
context
|
favorite
| on:
Ask HN: Are we overcomplicating software developme...
I tend to try to write monolithic services in such a way that they
could
be broken up into microservices if that were ever desired.
I don't go too far with this, just avoid things like shared static state and other anti-patterns.
brwr
on Jan 19, 2017
[–]
You mean you follow good software development practices? Heresy!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I don't go too far with this, just avoid things like shared static state and other anti-patterns.