View Single Post
Old 08-06-2009, 02:53 PM   #3 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
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.
Salathe is offline  
Reply With Quote