Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
drewcoo
on Feb 6, 2024
|
parent
|
context
|
favorite
| on:
Somewhere along the way we forgot about software c...
> too decoupled with plugable parts
Decoupling is good.
But if you build a plugin system now you have many more problems.
piva00
on Feb 6, 2024
[–]
Decoupling and composition are absolutely powerful tools to make good code but unfortunately I've seen both being used to create ad hoc plugin systems that were simply absurd to deal with in microservices.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Decoupling is good.
But if you build a plugin system now you have many more problems.