Talk:Best coding practices: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 obje...") |
(→e Constant variable: new section) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
If YES then this may be helpful as additional information to this Wiki Documents | 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 ? |
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 ?