|
|
|
|
|
by bluefirebrand
473 days ago
|
|
I asked copilot to write me a Typescript function today I had two defined types, both with the exact same field names. The only difference is one has field names written in snake_case, and the other had names written in camelCase. Otherwise the exact same I wanted a function that would take an object of the snake_case type, and output an object of the camelCase type. The object only had about 10 fields It missed about half of the fields, and inserted fields that didn't even exist on either object You cannot convince me that AI is anywhere near to this level if it cannot even generate a function that can convert "is_enabled" to "isEnabled" inside an object Every time I try this stuff I'm so disappointed with it. It makes me think anyone who is hyped about it is an absolute fraud that does not know at all what they are doing |
|