Talk:Getter and setter policy

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: Don't tell me everyone agrees where is the fun in that?)
 
Line 1: Line 1:
 
Don't tell me everyone agrees where is the fun in that?
 
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() ). --[[User:TobiW|TobiW]]

Revision as of 01:34, 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

Personal tools