Click here to Skip to main content
15,889,834 members

Comments by guilherme heringer (Top 1 by date)

guilherme heringer 5-Apr-11 15:07pm View    
Deleted
It´s not a tired cliche. It´s a statement. I'm not talking about code performance. I'm talking about maintainability. Goto is a wonderful tool for those who don't share code. But in an enterprise, when there are a lot of programmers working on the same project, it's important to use more functions and less stressful indirections. What's practical now might be a source of misunderstanding later. That stands for all indirections, like ifs and do..whiles.