[go-nuts] Re: Add section about use of underscores in file names to Go Code Review Comments

2017-02-02 Thread konrad . reiche
What both? What's the alternative? On Wednesday, February 1, 2017 at 4:07:30 PM UTC-8, Dave Cheney wrote: > > I think both are symptomatic of following a Javaesq style of one type per > file. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To u

[go-nuts] Add section about use of underscores in file names to Go Code Review Comments

2017-02-01 Thread konrad . reiche
Hey everyone, this is something which has came up now a couple of times in the Gophers Slack so I am posting it here: Would it make sense to add a section about how file names should look like? In particular, I would suggest that underscores should not be used unless for prefixing test files,