About Go, D module naming
David Nadlinger
see at klickverbot.at
Fri Dec 21 13:12:31 PST 2012
On Friday, 21 December 2012 at 20:33:47 UTC, Jonathan M Davis
wrote:
> If we didn't have -w,
> then we could use warnings for stuff which was probably but not
> definitively
> wrong and which was okay to force people to change […] But
> because
> of -w, you can't […]
I don't think this is a valid argument: GCC has a similar flag
(-Werror) too that many people use – for eaxmple, Google build
all their code with it enabled, and other companies probably just
as well – but still the compiler has quite a number of "best
practices" warnings, e.g. regarding operator precedence rules.
David
More information about the Digitalmars-d
mailing list