Spell checking errors can be hilarious

Q. Schroll qs.il.paperinik at gmail.com
Mon Oct 12 17:33:04 UTC 2020


On Monday, 12 October 2020 at 17:04:01 UTC, Ali Çehreli wrote:
> The unfortunate thing in the video was 'to' is not searchable 
> on the internet

It's not even searchable on the DLang site (e.g. using 
site:dlang.org on DuckDuckGo); we should avoid these names. 
Renaming `to` to `convertTo` would solve that using

     import std.conv : to = convertTo;

when using it. It costs a few keystrokes tho.


More information about the Digitalmars-d mailing list