06.09.2015, 17:49
So, at the same time there's no disadvantage in using stocks?
(of course, unless you add random stocks to your script that you don't even use)
On the contrary, there is an advantage in using stocks, say you're using the same function on your gamemode like a hundred times, but you want to find the actual function that contains all the code, how do you find it? You can't just do CTRL + F and "MyFunction" because that would give you 100 finds, but if you use stocks, you can easily search "stock MyFunction" and find what you're looking for
(of course, unless you add random stocks to your script that you don't even use)
On the contrary, there is an advantage in using stocks, say you're using the same function on your gamemode like a hundred times, but you want to find the actual function that contains all the code, how do you find it? You can't just do CTRL + F and "MyFunction" because that would give you 100 finds, but if you use stocks, you can easily search "stock MyFunction" and find what you're looking for