Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
9answers
442 views

How to code via mental-models, in the absence of a keyboard [closed]

I suffer periodically from carpel tunnel (The "carps" as I shall affectionately call it). In an effort to extend my ability to do programming at least into my thirties (after which I'll have made my ...
6
votes
12answers
428 views

What is a good way to think about C++ references?

I've been programming C, mainly in an embedded environment, for years now and have a perfectly good mental model of pointers - I don't have to explicitly think about how to use them, am 100% ...