Please enable JavaScript.
Coggle requires JavaScript to display documents.
clean code & code review (code review (checklist (clarity,…
clean code & code review
clean code
definisi
guna
bug fixes
business changes
enhancements
new functionality
bad code consequences
the mess grows
productivity lowers
app cant be maintained
what prevent
ignorance
stubbornness
short-time syndrome
arrogance
job security
scheduling
what to check
naming
function
error handling
comment
design good class
follow coding convention
check the codes
code review
definisi
mechanics
who
what
when
sifat tools yang memudahkan
integrate with configuration management systems
highlight changes
allow traversing back into history
variasi
inspection
walkthrough
code reading
agile feedback cycles
code review vs pair programming
code review & scrum
lightweight code reviews
characteristics
benefits
checklist
clarity
maintainability
accuracy
readibility & robustness
security
scalability
reusability
efficiency
who participates
author
reviewers
observers
moderator