Clean Code 讀書筆記四

能用表明表述的就不要用註釋 減小注釋,把精力放在代碼上,讓代碼說話,而不是註釋 不要寫add by 的註釋,用svn 、git管理組件就能夠了** 代碼中不要保留註釋的代碼 例如: //Check to see if the employee is eligible for full benefits if ((employee.flags & HOURLY_FLAG) && (employee.
相關文章
相關標籤/搜索