Y
Hacker News
new
|
ask
|
show
|
jobs
by
relaxing
622 days ago
Does that even require an LLM? It should be possible through traditional static analysis.
3 comments
diggan
622 days ago
> It should be possible through traditional static analysis
Even better/worse, could do it with regex on text streams.
link
sdenton4
622 days ago
There's some space for interpretation in picking exactly which exception type to use depending on context (value error vs runtime error vs not implemented error), and there may be package specific exceptions available.
link
pansa2
622 days ago
Everything requires an LLM nowadays.
link
DrillShopper
622 days ago
Especially if you want to get funding
link
Even better/worse, could do it with regex on text streams.