←back to thread

1455 points nromiun | 1 comments | | HN request time: 0.205s | source
1. jsd1982 ◴[] No.45075322[source]
I think cognitive load has a lot more to do with the paradigm that the code is written in than any particular type of author's contribution to the code. For instance, the object-oriented paradigm by design increases cognitive load by encouraging breaking up otherwise straightforward logic into multiple interfaces, classes, and methods.