Slide 6
Slide 6 text
Meaningful names
● names are everything and everywhere (variables, methods, classes, folders,
namespace ...)
● intension revealing
● should answer all big questions (why it exists, what it does, how to use it)
○ what is this and do I know this in the next lines
○ do other understand it immediately
○ no confusion
○ double interpretation