[go-nuts] Re: abbreviation naming convention

2020-08-25 Thread Jamel Toms
Is there a rationale for this? At face-value it seems purely arbitrary and personal preference. It would be nice if it just stated that in the comments as opposed positioning itself as if there's something inherently better about this naming convention. On Wednesday, July 8, 2015 at 4:32:36 P

Re: [go-nuts] Re: abbreviation naming convention

2020-08-25 Thread Jamel Toms
nale for uppercase abbreviations in Go symbol name derives from > the english convention for writing acronyms using all uppercase letters. > For example: NASA, ASCII, LOL, etc. That provides a visual clue the "word" > is an acronym. > > On Tue, Aug 25, 2020 at 10:07 AM J