— No, it's okay either way
— Names cost nothing, arrays cost more
— It may use names. i just see no reason to upgrade it becase its only few funcs.
— When i get to the case where it will be more.. then
— Especially when you remove THREAD
— THREAD just duplicates concerns
— Functions need to redirect to eachother:
A) give them refs to eachother
B) put them in a list and have them return some value to say where in the list they should go to next, then make a control structure to pass refs around and to call the next function to run.
Which sounds better?
Message permanent page