|
|
|
|
|
by alex_duf
2910 days ago
|
|
I think the point is _some_ devs want the latest shiny thing in prod. So no one says "we are going to take twice as long" but "we need to use X" when maybe we don't. I also use micro services on a daily basis, which this manifesto seems to dislike very much so I'm more of the opinion that pragmatism should be priority #1 Need micro services? good, use it Need an ORM? why not (though use with care) Need a relational databse ? go for it Need noSQL? sure Just make sure you have a good reason to pick whatever you work with, and usually the simpler the better. They all have pros and cons and I feel this manifesto might be more of a knee jerk reaction rather than trying to solve anything |
|
Don't get me wrong, there's such a thing as innovation for its own sake which does not add value, but there is nothing wrong with a single-page application driven by microservices. That architecture is pretty well proven and "boring" at this stage.