←back to thread

156 points todsacerdoti | 2 comments | | HN request time: 0.396s | source
Show context
userbinator ◴[] No.44506358[source]
Somewhat less frequently, I also hear "invoke" or "execute", which is more verbose but also more generic.

Incidentally, I find strange misuses of "call" ("calling a command", "calling a button") one of the more grating phrases used by ESL CS students.

replies(7): >>44506396 #>>44506421 #>>44506500 #>>44506580 #>>44510160 #>>44510878 #>>44511635 #
1. Dwedit ◴[] No.44506500[source]
C# seems to like to use "Invoke" for things like delegates or reflected methods. Then it proceeds to use "Call Stack" in the debugger view.
replies(1): >>44509956 #
2. Zambyte ◴[] No.44509956[source]
Microsoft devs get paid by the character, I'm not sure that counts.