摘要:
What are the disadvantages of using return codes for error handling?They don't separate exceptional logic from normal logic as well as exceptions do, they impose avoidable overhead, and they can't be ... 阅读全文
posted @ 2007-07-17 21:16 叶落无痕 阅读(453) 评论(0) 推荐(0) 编辑