AlacrisIO / meta

Internal management of Legicash/Legilogic/Alacris
0 stars 0 forks source link

Remove the current "commit" statement #130

Open fare opened 5 years ago

fare commented 5 years ago

The current return statement is not necessary (could be deduced from the source), and is its semantics is incompatible with that of JavaScript, that we are trying to stick to as much as possible. It is also incompatible with future plans to have functions, nested interactions, etc.

On the other hand and for the same reasons, a return statement should be required to return a result from within curly braces.

fare commented 5 years ago

It's being renamed to commit but should still be removed.