Comment on Coinbase CEO explains why he fired engineers who didn’t try AI immediately
dylanmorgan@slrpnk.net 2 days agoIsn’t modular code used to handle repetitive mundane bits?
Comment on Coinbase CEO explains why he fired engineers who didn’t try AI immediately
dylanmorgan@slrpnk.net 2 days agoIsn’t modular code used to handle repetitive mundane bits?
thedeadwalking4242@lemmy.world 2 days ago
Yes. People seem to be writing bad poorly abstracted code these days. Leading them to assume there’s a lot of manual mundane tasks
MotoAsh@lemmy.world 4 hours ago
Nah, it depends massively on what libraries/framework/language are being used. Some are pretty bad about how much boilerplate has to be written. Like Java on an old declarative version of Spring or Java EE without generative helper libraries like Lombok can be a paaaiiin just in overhead, especially if insisting on having interfaces for most things.