A big part of programming is boring details, language idiosyncrasies. For example, I wanted a java program to tell me the coordinates of the last mouse click. In Swing presents more options than I want— it’s too much control. So I have StdDraw to make the graphics & UI options less complicated: even then it wouldn’t work until I added pauses— This took like an hour.
How do I teach this miserable skill whatever it is?
You know it can be done, you keep isolating & eliminating until it works.