- Avoid comments when possible; they are unnecessary and may potentially lie.
- Use clear method (and variable) names, as long as necessary.
- Break down long methods
- Avoid secondary effects when possible; they obfuscate the code.
- Use constants/enums instead of literals; they help maintainability.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, Jose Hernandez, have read and do accept the MuleSoft Contributor Agreement | |
at http://www.mulesoft.org/legal/contributor-agreement.html | |
Accepted on Fri Jul 27 2018 10:54:46 GMT+0100 (WEST) |
NewerOlder