Programmer's Brain

What Every Programmer Needs to Know about Cognition

No cover

Felienne Hermans: Programmer's Brain (2021, Manning Publications Co. LLC)

English language

Published Aug. 9, 2021 by Manning Publications Co. LLC.

ISBN:
978-1-63835-605-9
Copied ISBN!

View on OpenLibrary

5 stars (1 review)

1 edition

Review of "Programmer's Brain" on 'Goodreads'

5 stars

There's a large number of studies on how the brain works, and how people learn. This book brings together these studies and suggests techniques and gives you tools to directly apply that learning to programming and software development.

It's worth noting that is does this without diving into agile, or CI/CD. This book is purely about code and the brains that it is understood in, which is refreshing.

I came to this book because I recently realised that not everyone finds naming variables so easy, and are there strategies I can recommend, which are based in some sort of science (which now that I type that out sounds pretty nieche).

What got me really excited though were the strategies for improving chunking and minimising my own cognative load when approaching understanding existing codebases.

If you don't know about the science of how our brains work when you are coding, want …