>
> I understand where you coming from. I tell you about my pattern of working. Might help you organize things for now. Basically, I try to keep things simple. Have a look at this image.
>
I fully understand what you mean and think everyone that comment there code, find ways to do it so its easier to work and keep track of things, I do that my self as well.
But in my opinion comments used in the way you do it, is only due to you not having the right tools available and therefore you do it that way, which is logic. But I think most people that uses functions, name them so from the name it self you know what it does. So normally you wouldn't need to comment a function call at all. But rather you would comment the function it self. So in my opinion it is just an area where C2 could help the users a bit better. And its not really something you would see the greatest importance of, if you were working on a small project, because they ofc are fairly easy to track.
I agree. I work on big one too. However i would still comment due to comments being easier to read. And when I come back after some time to that particullar section is good to remind myself the logic i was following.
But yeah, that would be useful to have that "go to function" option. However my priority right now is to push "Disable collisions only between two objects". Other wise got to write whole events group with custom collisions and hope that they will work under performance stress!