Search:

Type: Posts; User: Elysia

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    1,960

    They do not need to exist. At all. You already...

    They do not need to exist. At all.
    You already have the data passed in as arguments. There is no need to save those arguments anywhere because those arguments are only useful until the functions...
  2. Replies
    7
    Views
    1,960

    Read and write data does not need to be...

    Read and write data does not need to be persistent because their usefulability ends when the function ends.
  3. Replies
    7
    Views
    1,960

    Think about like this: Separate variables into...

    Think about like this:
    Separate variables into three groups:
    - Local variables: define these inside the functions in the class as usual.
    - Stateful variables (i.e. variables whose values you need...
Results 1 to 3 of 3