Search:

Type: Posts; User: laserlight

Search: Search took 0.33 seconds.

  1. Replies
    6
    Views
    1,610

    It should be possible to fix the specific problem...

    It should be possible to fix the specific problem your code in its current state. The problem is that this misses the important lesson of learning how to make good use of local variables, and how...
  2. Replies
    6
    Views
    1,610

    Actually, the problem is everywhere because of...

    Actually, the problem is everywhere because of overuse of global variables. Generally, global variables make it harder to reason about your program because an "innocent" function call could have...
Results 1 to 2 of 2