🦨
code smells
like team spirit
🦨
code smells
like team spirit
"Agglutination is a linguistic process pertaining to derivational morphology in which complex
words are formed by
stringing together morphemes without changing them in spelling or phonetics. Languages that use
agglutination widely are
called agglutinative languages."
- (Wikipedia)
noMoreMemoryException
outOfMemory
.hasInvalidBorderColor { ... }
.badColor { ... }
"onSubmitUserRegistrationForm"
"onSignUp"
specialConditionChecker = (param) => checkSpecialCondition(param)
condition = (value) => isTrue(value)
let isNotIncorrectValue = false;
let isValid = false;
conclusions
- Verständlichkeit
- Konsistenz
- Kürze