What bad programming practices?

by qbguy (no login)

GOTO is debatable as it is sometimes useful for breaking out of multiple loops.

Not having to declare variables also exists in Python, and line numbers are optional in QuickBASIC.

Posted on Apr 21, 2009, 4:02 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
Regarding not declaring variables in Python...RpgFan on Apr 21
 I can think of some languages that let you use variables uninitializedDean Menezes on Apr 22
  * What does this have to do with QB64? on Apr 22
   It is a response to rpgfan's post about python not allowing uninitialized variablesqbguy on Apr 22
    * Why would you want it to? on Apr 22