13
Skuldul
3y

Microservices? Naaaah mammoth sized projects inside of mammoth sized solutions

Comments
  • 5
    Leave me and my 563 loc function alone
  • 0
    @giko
    This!

    Also, from my experience It's better to build a monolith first and then start decomposing into a microservice solution as is needed. Doing MS early can leave you with a really badly designed architecture
  • 0
    microservice architecture in a mono repo! woop woooooop 😁
  • 0
    The real problem are our classes and methods..

    Classes are commonly 10,000 or more lines, with methods around 1000 or more
  • 1
    @Skuldul dafuq oO i have a bad feeling when I reach 100 lines in a method.
  • 0
    Difficult problems require even more difficult solutions
Add Comment