Advertisement
SirMeme

STEFANUK

Oct 12th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. What is "Stefanuk-ifying" a script?
  2. It is where a script is transformed to follow my style of coding. More specifically, how I do my comments. However, it usually also outputs more performant code due to proper variable usage and things like proper techniques - e.g. ipairs with arrays, pairs with dictionaries. Also, in my opinion, it looks better, and is more readable.
  3. I may "Stefanuk-ify" more scripts in the future and release them publicly. However, you may see me do this within some of my posts because it hurts me when I see such ugly code : (.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement