this guy wrote a book that will teach you how to name variables, only with 275 pages!
The Programmer's Brain
11–20 of 104 posts
Re: The Programmer's Brain
#12this guy wrote a book that will teach you how to name variables, only with 275 pages!
Re: The Programmer's Brain
#13Re: The Programmer's Brain
#14Re: The Programmer's Brain
#15this guy wrote a book that will teach you how to name variables, only with 275 pages!
Re: The Programmer's Brain
#16Interesting that it specifies "speed reading". I think speed reading for code is actually an anti pattern since it is encouraging your biases and guesses instead of actually reading the damn output. If you ever wondered how people ended up programming stochastically and just making random changes I'd say speed reading is part of it
Another aspect of writing code is to think about future speed readers. Can your code be skimmed and understood on a cursory level?
Re: The Programmer's Brain
#17this guy wrote a book that will teach you how to name variables, only with 275 pages!
Her research focuses on the cognitive processes involved in learning programming and teaching it effectively, which means her audience is likely new/novice programmers. And it's not like one of the oldest jokes about programming doesn't point out how difficult naming things is, which is a side effect of how difficult abstraction can be.
Re: The Programmer's Brain
#18Re: The Programmer's Brain
#19this guy wrote a book that will teach you how to name variables, only with 275 pages!
I could probably fill 275 pages of my team bike shedding on variable names, so that seems reasonable.
Re: The Programmer's Brain
#20Interesting that it specifies "speed reading". I think speed reading for code is actually an anti pattern since it is encouraging your biases and guesses instead of actually reading the damn output. If you ever wondered how people ended up programming stochastically and just making random changes I'd say speed reading is part of it