Re: [go-nuts] Naming projects with multiple words

2017-04-19 Thread 'Chris Manghane' via golang-nuts
There's definitely no idiom here. Do what the octokittens do and probably use the first or second option, in that order. The third seems awkward, unless the underscore has some specific meaning (like how _unix is used to compile architecture-specific code). And I'm not really sure if the capitaliza

Re: [go-nuts] Naming projects with multiple words

2017-04-19 Thread Tong Sun
On Wed, Apr 19, 2017 at 9:59 AM, Jan Mercl <0xj...@gmail.com> wrote: > On Wed, Apr 19, 2017 at 3:48 PM Tong Sun wrote: > > > what's your preference and why? > > example.com/name/onenamenopunctutaionalllowercasetwotoninecharacters > Hmm... does it meant to be sarcasm or actually recommendation?

Re: [go-nuts] Naming projects with multiple words

2017-04-19 Thread Jan Mercl
On Wed, Apr 19, 2017 at 3:48 PM Tong Sun wrote: > what's your preference and why? example.com/name/onenamenopunctutaionalllowercasetwotoninecharacters b/c ~ what POSIX recommends for utility names. -- -j -- You received this message because you are subscribed to the Google Groups "golan