HN2
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
IanCal
on March 31, 2023
|
parent
|
context
|
favorite
| on:
AI-enhanced development makes me more ambitious wi...
> You can't read API calls and know if they're real, or if the function names are plausible but non existent
Why not? And if I miss them, my editor, compiler or general testing should pick that up.
satvikpendem
on April 1, 2023
[–]
Yeah, I think many people are using them for dynamically typed languages like Python or Ruby, not Rust or TypeScript. If it's the latter, your compiler will automatically find the errors for you.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Why not? And if I miss them, my editor, compiler or general testing should pick that up.