- 1
- 2
- 3
- 4
- 5
// Loop through the list of passwords and try them until one works
for (; passwordcounter < passwords.Length; passwordcounter++)
{
//shit goes here
}
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+110
// Loop through the list of passwords and try them until one works
for (; passwordcounter < passwords.Length; passwordcounter++)
{
//shit goes here
}
...another one.
koodeer 14.03.2012 20:16 # −2
MaksTR 19.03.2012 20:53 # −2
bugmenot 21.03.2012 22:49 # +3
нравиться-нравиться!!!
absolut 24.03.2012 13:28 # +1
vercetti 14.03.2012 23:39 # −4
Bert 15.03.2012 07:45 # −3
absolut 15.03.2012 09:53 # −1
Bert 16.03.2012 09:31 # 0
MaksTR 19.03.2012 20:55 # 0
условием выхода из цикла есть "passwordcounter < passwords.Length". просто для каунтера используеться уже существующая переменная.
vercetti 22.03.2012 23:22 # 0
absolut 24.03.2012 13:29 # +1
guest 14.09.2012 21:01 # 0
guest 14.09.2012 21:01 # 0
bormand 14.09.2012 21:05 # 0
guest8 09.04.2019 12:50 # −999