Authorization Time and JavaScript Runtime

What is the difference between author time and javascript runtime? I am reading the YJKJS series, and the author continues to mention the author’s time, and it seems to me that the author’s time is when the code is written, but I was hoping that someone could clarify it a little more for me.

Context: this is not a binding of time to the author, but a binding of runtime. (From YDKJ of this and Object Prototypes)

+5
source share
2 answers

Auto mode means - it decided when you write the code (and compile it) ... This is mainly aimed at our lexical sphere. Runtime means that it was accepted at runtime. This is mainly aimed at a dynamic area.

+5
source

The time of the author can be perceived as meaning the perception of the program, as you see it before compilation, which does not foresee the values ​​of variables at runtime, as with user input. In the context of software intended for developers, this can be exacerbated in meaning with added levels of complexity. Having one name or another caused by someone traveling abroad and using the toilet will vary in uncertainty, but may possibly relate to their idea of ​​leaving abroad to be perceived as a difference in customs.

I read the following sections of the book, and the author’s time, apparently, is not a recognized scientific term, but, apparently, its opposite of execution time, becomes an all the more living creature subject to author’s time, a “philosophical” manifestation that may include himself some disagreement The third party mentions this, placing it in exotic conditions, from which the third party may not have had accurate foresight.

There are rules for how the compiler finally interprets this, and although you can understand what that will mean. The utility comes from a compiler who calls this person a crime at the police station (this is the execution time).

+1
source

Source: https://habr.com/ru/post/1244061/


All Articles