Y
Hacker News
new
|
ask
|
show
|
jobs
by
kerkeslager
3004 days ago
> As soon as you make a web app and you have state - stacktrace doesn't help reproduce the bug.
It does in a reasonable language. That's my point.
1 comments
brlewis
3004 days ago
What's an example of a reasonable language that has state? I figured you had to be thinking of a pure functional language.
link
kerkeslager
3004 days ago
Python, Ruby... the concern isn't so much state as that it throws the exception where the mistake actually happens instead of failing silently.
link