Algorithm Programming
Unlike declarative programming, imperative programming involves global state
One tragedy of programming is that declarations must be made in the opposite order of execution, the reverse of dependency. And this problem is not solved by hoisting. Code Readability
Imperative Programming Methods

Seonglae Cho