ok, magari a chi non e’ un programmatore non dirà gran che, ma oggi nel programma C ereditato da un (ex) collega ho trovato una cosa carinissima:
while (1) {
…
if (fine==2) break;
else if (fine==1) continue;
…
}
ok, magari a chi non e’ un programmatore non dirà gran che, ma oggi nel programma C ereditato da un (ex) collega ho trovato una cosa carinissima:
while (1) {
…
if (fine==2) break;
else if (fine==1) continue;
…
}
Warning: Declaration of Social_Walker_Comment::start_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::start_lvl(&$output, $depth = 0, $args = Array) in /home/boffardi/public_html/wp-content/plugins/social/lib/social/walker/comment.php on line 0
Warning: Declaration of Social_Walker_Comment::end_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::end_lvl(&$output, $depth = 0, $args = Array) in /home/boffardi/public_html/wp-content/plugins/social/lib/social/walker/comment.php on line 0
😉
Ricercando nei miei appunti ingialliati, ho trovato l’esatta catalogazione di questo tipo di programmazione…se non erro è “Programmazione Bavuttiana” …