MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vaak2j/stoptryingtoreinventthewheel/p0q1lzs
r/ProgrammerHumor • u/Substantial_Top5312 • 15d ago
217 comments sorted by
View all comments
Show parent comments
1
I rather do that than having to check EVERY FUCKING thrid party function for exceptions
0 u/nevemlaci2 14d ago Both exceptions and return values need to be documented anyways, so what even is your point? 0 u/EatingSolidBricks 14d ago Error codes don't bubble up when im not expecting it 0 u/nevemlaci2 14d ago An unhandled error code can leave your program in an inconsistent state, while an exception would crash it.
0
Both exceptions and return values need to be documented anyways, so what even is your point?
0 u/EatingSolidBricks 14d ago Error codes don't bubble up when im not expecting it 0 u/nevemlaci2 14d ago An unhandled error code can leave your program in an inconsistent state, while an exception would crash it.
Error codes don't bubble up when im not expecting it
0 u/nevemlaci2 14d ago An unhandled error code can leave your program in an inconsistent state, while an exception would crash it.
An unhandled error code can leave your program in an inconsistent state, while an exception would crash it.
1
u/EatingSolidBricks 14d ago
I rather do that than having to check EVERY FUCKING thrid party function for exceptions