Loading...
Loading...
Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functions, comments, error handling, and class design.
npx skill4agent add jackjin1997/clawforge clean-code"Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch
elapsedTimeInDaysdaccountListMapProductDataProductInfogenymdhmsCustomerWikiPageManagerDatapostPaymentdeletePageisPasswordValidcheck# Check if employee is eligible for full benefits
if employee.flags & HOURLY and employee.age > 65:if employee.isEligibleForFullBenefits():a.getB().getC().doSomething()NullPointerException