Connascence
Connascence is a unit to measure code complexity
https://connascence.io/meaning.html
Similar to cognitive complexity, a measure of how difficult a unit of code is to intuitively understand.
cognitive load
programming
code review
Backlinks¶
- no silver bullet notes
- the social how our brains work book recommends to focus on the social aspect, try teaching and explaining your program to others. To help with this shared vocabulary is extremely helpful, such as connascence.
- MVP vs MVC vs MV in Qt
- Empty functions that need to be inherited, are not intuitive.
Instead we can write just a simple widget. And have just the logic separate.
- Empty functions that need to be inherited, are not intuitive.