M
mpiscoso@gmail.com
Guest
What if you need to use a reusable function (or multiple ones) many times in your script Thierry? The first time you use it, your script would stop and this isnt always the case in code. The example is fairly simple so it doesnt justify the need for a function wrapper but in a real-world scenario I dont think that you would use reusable functions just once (without the wrapper). And as you said, it feels akward not to have the final return statement. As for me, for safety purposes and ease of code, i would still wrap everything in a function. To each his own i guess
Continue reading...
Continue reading...