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. |
| Response Title | Author and Date |
| Regarding not declaring variables in Python... | RpgFan on Apr 21 |
| I can think of some languages that let you use variables uninitialized | Dean 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 variables | qbguy on Apr 22 |
| * Why would you want it to? | on Apr 22 |