1
Ask HN: What's going on in your head when you program?
My interest in this was re-sparked after reading through the comments on https://news.ycombinator.com/item?id=11162927. When you code, do you hear an internal voice, see the program's structure in your mind's eye, translate directly from some internal abstract structure, or a mix? What about when doing other forms of problem solving, technical thinking, or writing?
I do a mix and have noticed different strategies work well for different types of work. For example, rubber duck debugging (using an internal voice) seems to allow me to slow down and think through all of the reasons something can be broken, whereas writing boilerplate code seems to be the least painless when I "turn off" the internal monologue.
I hope that gathering a variety of experience can not only show the spectrum of differences but allow people to experiment with different strategies.