It's not a big change but it could add a little bit to the intent of the code.
@nicu-chiciuc See: https://github.com/hyperapp/hyperapp/blob/master/CONTRIBUTING.md#style
The reason is that I want to avoid introducing a compile step in the project. It shows that Hyperapp is simple.
One day, when IE11 is no longer supported, we'll use const, arrow functions, etc.
Most helpful comment
@nicu-chiciuc See: https://github.com/hyperapp/hyperapp/blob/master/CONTRIBUTING.md#style
The reason is that I want to avoid introducing a compile step in the project. It shows that Hyperapp is simple.
One day, when IE11 is no longer supported, we'll use
const, arrow functions, etc.