08-06-2009, 02:53 PM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Quote:
Originally Posted by sketchMedia
I do still believe that is an issue with the programmer not the tool. A bad programmer will write bad spaghetti code irrespective of goto's availability. I have seen some equally as horrifying code without GOTO's.
|
I'm definitely on this side of the fence. Goto in PHP is just another tool to get the job done; if poor programmers jump on every (mis-)opportunity to use this "new feature" then that is their problem and I hope you don't have to deal with their mess which would have been a mess anyway with or without goto.
|
|
|
|