...like me:
1) If you're passing an array index through multiple functions, pass them as a 0-indexed value half the time and a 1-indexed value the other half of the time, adding as many increment and decrement statements as needed to make the code work (usually very many)
2) If you're passing two related numbers into a function, pass one as a string
(
Read more... )