(no title)
krashidov | 24 days ago
I've always advocated for using a linter and consistent formatting. But now I'm not so sure. What's the point? If nobody is going to bother reading the code anymore I feel like linting does not matter. I think in 10 years a software application will be very obfuscated implementation code with thousands of very solidly documented test cases and, much like compiled code, how the underlying implementation code looks or is organized won't really matter
orwin|24 days ago
bornfreddy|24 days ago
whoisthemachine|23 days ago
gck1|24 days ago
If your goal is for AI to write code that works, is maintainable and extensible, you have to include as many deterministic guardrails as possible.