Thanks! It is not super complicated, but I thought it might be usefull to people.
Itâs not much, but I think it may be useful to newer users.
I have better:
Its multi use and each one will be different
How is yourâs multi-use? I donât understand.
Also, moreâ better, mine is much simpler to both use and edit.
thatâs horrible. That is absolutely horrible.
Doesnât have a good enough understanding of optimization at all. If youâre using more than 5 of the same behavior for the same task (dozens of filters to select a path) then thereâs a better way. And itâs called a Router, one of the most common mistakes.
Here I talked about how to spot mistakes
How to make it more readable and overall better because the organization is based on how code runs, so youâll run into wayyy less Frame Order problems. And because itâs readably youâll save hours of time compared to reading that mess.
Whos is horrible?
Your code is not good. Not gonna sugar coat it, besides the other mistakes, Iâd at least expect a router to be used instead of dozens of filters
It cant be used if i set it to text that is why i did not use it.
Thatâs just a fundamental issue in code understanding. I know for an absolute fact that what you did is very wrong. Flowlab isnât bad, you know you did something wrong the second code looks like that.
And youâre using âText to Numberâ anyways, so it doesnât matter if it was a text value.
For the code to a game Iâll mention it if itâs ruins the games performance, but it typically doesnât so I donât point out all the issues I normally see.
But for an example, I want it to be very optimized and thought out, with things clearly labeled and easy to understand. I hate seeing people develop bad habits just because they didnât know there was a better way. People ask for help on the forums, but like 40% of the âsolutionsâ I see people give just make me cringe
Same
All of my examples! Theâre not much but they may be helpful to newer users.