27.09.2018, 08:10
FYes, but some of advices are very good also for JIT version E.g. using locals(also using local copy of math.sin when using it in loop and modifying data model. Maybe this is for some advanced users intuitive but for sure for less of users. Also using simple for loop instead of in ipairs when you must optimize your script.
Done is better than perfect