Talk:Getter and setter policy
From CSSEMediaWiki
(Difference between revisions)
Line 2: | Line 2: | ||
I just have to completely agree with the first paragraph. I also try to always use this->FunctionName() to make the difference between internal and external function calls clear. Python, for instance, enforces such a syntax ( self.FunctionName() ). --[[User:TobiW|TobiW]] | I just have to completely agree with the first paragraph. I also try to always use this->FunctionName() to make the difference between internal and external function calls clear. Python, for instance, enforces such a syntax ( self.FunctionName() ). --[[User:TobiW|TobiW]] | ||
+ | |||
+ | Very nice little style guide there, I would back that 100% --[[User:AlexGee|AlexGee]] 02:09, 28 July 2009 (UTC) |
Revision as of 02:09, 28 July 2009
Don't tell me everyone agrees where is the fun in that?
I just have to completely agree with the first paragraph. I also try to always use this->FunctionName() to make the difference between internal and external function calls clear. Python, for instance, enforces such a syntax ( self.FunctionName() ). --TobiW
Very nice little style guide there, I would back that 100% --AlexGee 02:09, 28 July 2009 (UTC)