How do you rate my code organisation?

Quick question, how do you rate my code organisation, i made it because my scripts were unredable and have less efficiency



Few scripts that i started writing with this style ^

Give me your feedback, also if you think that it can be improved, give me info

2 Likes

Here is my honest review:

+4 properly spacing out variables and naming them.
+3 cleanly using functions.
+2.5 using a header.
-3 using light theme.
-2 using too much space.
-1 not spacing out some parts.
-0.5 using “--------------” too much.
Total marks: 3/5

Better way would be to remove the dashes and label every major category like say:

--[[VARIABLES]]
--[[PRIMARY FUNCTIONS]]
--[[SECONDARY FUNCTIONS]]
--[[MAIN USAGE]]

And within them you could do:

-- X HANDLING
-- Y CALCULATION
-- Z ADDITION

2 Likes

Hmmm, great idea, also thx for feedback, and light theme is needed for me or else i can’t see anything sadly, but rest is OK

1 Like

stop trying to control everything and just let go, 7/10

1 Like

I’d say to not put lines between each function. Other than that, I like what you are doing.

1 Like

This code organization looks great! Nice job on organizing it!

1 Like

thx, i started looking for meta-tables solution for some stuff, and this will allow me to make systems way better, for now i’m working with models, soo OOP is not required