@MsAdaO The leap to AI is nothing like any other tool before it, and she’s not wrong, AI can do any knowledge work, that’s not just being a tool, the problem then being quality of output and these are still the early days
@unclebobmartin@shashank__says How do you keep the structure scalable if you’re totally disengaged from the syntax?? Maintainability isn’t something you can test
I’ve been wondering what really makes services more scalable than monoliths
Except you have jobs and stuff in that application “unused code sitting in memory isn’t necessarily expensive”
@bvchidra That’s why you have a data layer in your application, except there’s possibility of tampering from external sources
There’s also the fact that if those requirements change, extending the implementation in your db will not be easy or safe
@PrebsTamar@segun_os_ And it’s funny how we’re all ignoring the elephant that most systems need to communicate with non-owned services over a network, how are you doing that from your db?