Virtual as a code smell*
Lately I noticed I’m essentially treating virtual methods as a code smell, so thought it could result in an interesting blog post.
Lately I noticed I’m essentially treating virtual methods as a code smell, so thought it could result in an interesting blog post.
Some more reading material. Articles “Goodbye Microservices: From 100s of problem children to 1 superstar” Interesting read on an implementation of a microservice architecture that went wrong, and a come back to a monolithic approach that worked. Maybe the microservices approach was not the best one, maybe it wasn’t just well implemented or adequate for the problem at hand, but it’s an important lesson that sometimes it works, sometimes it doesn’t an a monolith is just fine....