Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You’re right, you shouldn’t need to clean up after the first failure. I was thinking, say, new_a() succeeds and new_b() fails: you don’t need to free_b() but you definitely need to free_a(). The calling function is responsible for coordinating error handling amongst those functions it calls.

“…you should never need to unprepare_stuff”

I was just poking fun at the useless names.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: