| ▲ | sublinear 14 hours ago | ||||||||||||||||
You seem to be conflating code quality with product integrity. All those problems are caused by business decisions, not the developers. You do make a good point though that AI may enable more people to build their own when they can. | |||||||||||||||||
| ▲ | sarchertech 14 hours ago | parent [-] | ||||||||||||||||
The term code quality is overloaded and not really worth discussing without defining exactly what we mean. But yes many of those problems were caused by business decisions. But engineers are perfectly cable of creating those problems on their own. If an engineer doesn’t realize that the function they called buffers messages in memory because someone made a wrapper function around sendAsync() and called it send(), that’s a code quality issue not a business issue (except as in the broader sense where every problem is ultimately a business issue). Or if an engineer writes a naive implementation of some algorithm and adds a spinner so that an operation takes 5s to finish when it could be instantaneous if they’d thought about the problem more. | |||||||||||||||||
| |||||||||||||||||