Abdelrazak Younes wrote:

Really if you look at current source code it is mostly this style:

class ThisIsOneClass
{
    void thisIsOneMethod(OneType one_type);

    OneType one_type_;
}

I think this coding style is nice as it is not misleading. So either we update the code rules or we change the source code. I obviously prefer the later.

Sorry, I obviously meant the opposite: updating the coding rules:

Abdel.

Reply via email to