I’m pretty new to events and I’m starting to feel a bit overwhelmed by just how many events we’re creating and referencing in rapid succession. Because I didn’t work out how I want the code to work myself, it’s getting difficult to keep track of the web of connections that we’ve created across multiple scripts.
So I guess I have sort of a process question.
What is your general process when you’re deciding how you’re going to structure your code, or do you have any tips in that regard? For example, are you creating flow charts listing out how you want all of these events to interact before you start coding? How do you mentally keep track of which events you’ve created across various scripts?
Any advice along these lines would be greatly appreciated, thanks!