Speaking of comprehension and reasoning, I've been kicking around ideas for a code comprehension test that devs could take to help them gauge if they're ready for my training.
It's been increasingly a problem in recent years.
Speaking of comprehension and reasoning, I've been kicking around ideas for a code comprehension test that devs could take to help them gauge if they're ready for my training.
It's been increasingly a problem in recent years.
My current thinking is that devs would be shown a snippet of code and asked to predict what it will do in specific cases (e.g., what the output of the program or return value of a function would be).
Variations on that theme are possible. e.g., Find and fix a bug, make a change for a new requirement, and so on.