howl.moe

(no title)

Published (click to see context) on 30/03/2020 by Morgan Bazalgette • 1 minute
i'm also trying to see if the idea i had of building software using microservices each with at most 2000 LOC is going to work.
the goal would be to not fuck around with interfaces and providers for databases and such because those just take away time from actual coding. write it without interfaces but make it small, so that whenever you feel like that component is shit, you toss away the entire package, keep the API and rethink from scratch what you are doing.