Can you find a bug in my PHP codes?



  • Can you find a bug in my PHP codes? [url]http://zzo38computer.cjb.net/prog/PuzzleMesh[/url] The problem is that you can't push the balloon left and right. I look but I can't find that bug right now! I will look more later, but if you look also, we might be able to find that bug more faster than just 1 person.



  • Your programming license should be revoked.

    I've seen a lot of bad code over the years, but your code easily makes it into the top 10, worst code ever.

     I'm almost thinking your a new kind of internet troll. Someone who on purpose writes really bad software to post of it forums.

     

    But since this is the help&question forum. Go download Xdebug and get yourself a editor to do some debugging.



  • @stratos said:

    I'm almost thinking your a new kind of internet troll. Someone who on purpose writes really bad software to post of it forums.

    New?  SpectateSwamp has been doing this for years.



  • Can you please tell me what the bad codes are so that I may know about that?



  •  You've wrote extremely complex code. Anyone can do that. What you need to learn is how to write easy, simple code. I could find very view comments, little to no code 'paragraphes'. Obscure names and unknown refrences. If I have a couple of days and a paycheck I could possibly find the bug but it's not worth my time. I would recommend refactoring your code to make it easier to understand. Clean, simple code is hard to write, untill you learn how to do it. It makes debugging really easy too.


Log in to reply