3
As the complexity of the code increases, several keys can start to appear opening and closing blocks of code, but several times at the end of the code there is a series of keys like this:
}
}
}
}
}
}
Is there any way to jump from this lock key to the key that opens the code? I usually put a comment in front stating where this key belongs
} // fechamento do if(exemplo)
but passes enough codes from other programmers who have no kind of signaling.
I was complementing the answer with this, good observation!!
– Mathiasfc
@Mathias, a few seconds after I posted came his complement kkk.
– George Wurthmann