Talk:Best coding practices: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→e Constant variable: new section) |
||
Line 10: | Line 10: | ||
I'm wondering what the variable initialization column is about. I can only assume that these values are suggestions. The wording would indicate they are not merely so. Either I'm missing something or this needs to be ammended. It appears to me that variables are initialized as empty strings by default. czardas | I'm wondering what the variable initialization column is about. I can only assume that these values are suggestions. The wording would indicate they are not merely so. Either I'm missing something or this needs to be ammended. It appears to me that variables are initialized as empty strings by default. czardas | ||
== e Constant variable == | |||
Do you mean any constant variable , I mean not only enumerated constant ? |
Latest revision as of 21:49, 19 March 2015
Have you ever seen this thread? http://www.autoitscript.com/forum/topic/152580-cant-click-2nd-div-object/#entry1095954
I do not check this "using "==" instead of "=" for object's properties"
Is it true that this way is better?
If YES then this may be helpful as additional information to this Wiki Documents
I'm wondering what the variable initialization column is about. I can only assume that these values are suggestions. The wording would indicate they are not merely so. Either I'm missing something or this needs to be ammended. It appears to me that variables are initialized as empty strings by default. czardas
e Constant variable
Do you mean any constant variable , I mean not only enumerated constant ?