Loading...
Loading...
Compare original and translation side by side
"Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch
“如果代码可以被非原作者的其他开发者阅读和优化,那它就是整洁的。” —— 格雷迪·布奇(Grady Booch)
elapsedTimeInDaysdaccountListMapProductDataProductInfogenymdhmsCustomerWikiPageManagerDatapostPaymentdeletePageelapsedTimeInDaysdMapaccountListProductDataProductInfogenymdhmsCustomerWikiPageManagerDatapostPaymentdeletePageisPasswordValidcheckisPasswordValidcheck# Check if employee is eligible for full benefits
if employee.flags & HOURLY and employee.age > 65:if employee.isEligibleForFullBenefits():# Check if employee is eligible for full benefits
if employee.flags & HOURLY and employee.age > 65:if employee.isEligibleForFullBenefits():a.getB().getC().doSomething()a.getB().getC().doSomething()NullPointerExceptionNullPointerException