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

Reply via email to