4 ms·
My takeaway from the article is that junior developers are intimidated by stacktraces.
by peppermint_gum 2y ago
My takeaway from the article is that junior developers are intimidated by stacktraces.
- monknomo 2y agoThe python example stack trace says explicitly what the problem is and somehow it's a problem?
- fireflash38 2y agoDon't you get it? You're supposed to manually create the same stack trace by wrapping your errors! Isn't this much more readable? Error couldn't parse data: couldn't read csv : file not found Manually appending what you're trying to do at each level that checks for errors seems... Error prone.
- monknomo 2y agoI know I'm doing something wrong, but trying to programmatically figure out errors in golang always seems to rely on knowledge of a magic string in the error and I find it frustrating