Claude isn't generating code that is "highly effective and usable code". I'm not your friend but I also reject your claims out of hand because I've also seen what Claude can and can't do.
AI code fixer.
"All the other work" being "fixing the code written by AI".
The whole "I can move faster" with a framework is also just an illusion that appears at the beginning of building an app. It will quickly disappear as more devs who do all have a different idea about how the framework…
It's mostly Go, some Python, and I'm not asking anything niche. I'm asking for basic utility functions that I could implement in 10-20 lines of code. There's something broken every single time and I spend more time…
As far as style is concerned: 1) try to use "for := range" loops instead of the traditional for 2) "var result [4]string" - really seems like this wants to be a struct with a couple of fields. type result struct { id…
Yes, a resourceful chess player could gain an upper hand over any opponent who might have a jeans fetish. And we can't have that, can we.
Half of the language is already non-nullable and is accomplished by allowing for zero values. Non pointer variables are guaranteed to be never nil. What is missing is the ability to have pointer variables and have the…
Claude isn't generating code that is "highly effective and usable code". I'm not your friend but I also reject your claims out of hand because I've also seen what Claude can and can't do.
AI code fixer.
"All the other work" being "fixing the code written by AI".
The whole "I can move faster" with a framework is also just an illusion that appears at the beginning of building an app. It will quickly disappear as more devs who do all have a different idea about how the framework…
It's mostly Go, some Python, and I'm not asking anything niche. I'm asking for basic utility functions that I could implement in 10-20 lines of code. There's something broken every single time and I spend more time…
As far as style is concerned: 1) try to use "for := range" loops instead of the traditional for 2) "var result [4]string" - really seems like this wants to be a struct with a couple of fields. type result struct { id…
Yes, a resourceful chess player could gain an upper hand over any opponent who might have a jeans fetish. And we can't have that, can we.
Half of the language is already non-nullable and is accomplished by allowing for zero values. Non pointer variables are guaranteed to be never nil. What is missing is the ability to have pointer variables and have the…