Clean Code 讀書筆記五

Use Exception Rather than Return Code(使用異常而不是錯誤處理) public class DeviceController {... public void sendShutDown() { DeviceHandle handle = getHandle(DEV1); // Check the state of the
相關文章
相關標籤/搜索