@virtulis @eltonfc
For me, that's very different. That's a mnemonic device — a list of things to not forget. Computer commands are "do this".
The high level commands, of course, cause complex functions to be run, but underneath it's all just sugar on top of instructions that are like: "Move the value in this memory buffer to that one. Now add 1 to the value in that buffer. Now compare that value to another buffer, and if it is equal, switch to this other set of instructions."
To me, menu items are like that.
_However_, interacting directly in a GUI is different. Like, typing into a word processor or drawing with a paint program. There, the metaphor takes over more. Feels more like I'm actively doing stuff, directly, rather than giving commands — even though it is just another interface to the same thing.