Say I have an API that takes a callback, and I have two functions, one for callbacks with arguments and one for nullary callbacks. I must do it this way. What naming choice would you use to distinguish the two variants? I feel like "nullary" is obscurantist
@mcc BlahProc and BlahFn?
@sgf Hm. What I like about this is even if someone has never seen this terminology before they'd probably figure it out just looking at the names.