Jonathan M Davis:
ultimately, this sort of thing pretty much always ends up being highly subjective.
But please put the const/immutable of methods on the right: struct Foo { void bar1() const {} // Good const void bar2() {} // Bad } Bye, bearophile
bearophile via Digitalmars-d-learn Thu, 08 May 2014 00:30:26 -0700
Jonathan M Davis:
ultimately, this sort of thing pretty much always ends up being highly subjective.
But please put the const/immutable of methods on the right: struct Foo { void bar1() const {} // Good const void bar2() {} // Bad } Bye, bearophile