I want off Mr. Golang's Wild Ride

H. S. Teoh hsteoh at quickfur.ath.cx
Sat Feb 29 04:54:22 UTC 2020


On Fri, Feb 28, 2020 at 02:50:05PM -0800, Walter Bright via Digitalmars-d wrote:
> https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/
> 
> This is a very worthwhile read. There's a lot for us to learn here.

The most glaring point to me is Phobos' ubiquitous use of `string`
everywhere for filenames. The fact that strings are assumed to be valid
UTF-8 will almost certainly land us in the same complaints as the author
had about Go's handling of pathnames.

Changing that would be a major code breaker, though. So I'm not sure if
we should even attempt to!


T

-- 
The fact that anyone still uses AOL shows that even the presence of options doesn't stop some people from picking the pessimal one. - Mike Ellis


More information about the Digitalmars-d mailing list