This page was migrated from a javaranch.com.jsp
Java Programming Style Guide
4 - Commenting
4 - Self Documenting Code
Rather than trying to document how you perform a complex algorithm, try to make the
algorithm easier to read by introducing more identifiers. This helps in the future if the
algorithm changes and the documentation does not.
Original: