Spell checking errors can be hilarious

Jacob Carlborg doob at me.com
Tue Oct 13 08:02:33 UTC 2020


On Monday, 12 October 2020 at 20:06:31 UTC, Walter Bright wrote:
> The general rule is, the more global a name is, the longer it 
> should be. The more local, the shorter.

According to Clean Code, that's true for variable names. But for 
functions, it's the opposite. Because, the more global a function 
is, the more general it is (or ought to be). The more local a 
function is, the more specialized it is.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list