Gotos - . / goto ( !) while ( ) gotos, . - - ( - )
, . , . , , .
, . , , , - , - , , , .
, , goto (ps. psuedocode -):
dbMethod() {
start transaction
if(doWriteWorks())
end Transaction success
else
rollback transaction
}
doWriteWorks() {
validate crap
try Write crap
if Fail
return false
validate other crap
try Write other crap
if Fail
return false
return true
}
, VB, VB 3 ( , MS ), , - -, . , MS , ...