🦨 code smells like team spirit

🦨 code smells like team spirit

noise
"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

  1. Verständlichkeit
  2. Konsistenz
  3. Kürze

Fin