Well, I'm very new to java scripting, so probably I will have bunch of questions and need to understand which is good and bad.
As far as I see, most people here are used to separate every certain pack of actions into a separated function (method, in java). Whereas I'm used to believe that function call is always slower. For code readability, it's very good to construct your code that way, but for speed-wise perspective, it's obviously no good. I have also read some references in C programming that function call is also slower, I wonder if it happens the same in java scripting :)

