Update __WinHttpHTML5FormAttribs for Au3Check#14
Conversation
Updated to have no issues with strictest Au3Check parameters: -d -w 1 -w 2-w 3 -w 4 -w 5 -w 6 Moved variable declarations to outside of loops and `If` statements
|
Some similar pr was here |
|
I see... I looked for pull requests, but not closed ones. 😒 I use the strict Au3Check settings and so I have to keep these changes. I might end up forking and maintaining a separate copy, ugh |
|
I know. |
|
Per the wiki, it is best practice (in AutoIt) to declare variables outside of loops: https://www.autoitscript.com/wiki/Best_coding_practices#Scopes_of_Variables (near the end of the section) |
I think that @dragana-r know this very well. |
Credit: @seadoggie01
Updated to have no issues with strictest Au3Check parameters: -d -w 1 -w 2-w 3 -w 4 -w 5 -w 6
Moved variable declarations to outside of loops and
Ifstatements