How Do You Guys Keep Your Code Neat?

I guess with me , there’s not much to see

2 Likes

That’s not so true, because the code could be on the server instead of in the client, so there would be no damage to it.

1 Like

I follow my own format, but you can find stuff like this:
That might help you!

Also, using modules will help you big time.
And another thing is I like to separate Services, variables, and code.

– SERVICES

– VARIABLES

– CODE

And I don’t recommend spending all ur time making fancy annotations, as coding is pretty much 10% Writing the code, 90% figuring out why the code doesn’t work and updating the code.