ethereum / langlab

MIT License
8 stars 5 forks source link

Do we need aliases, or are pure parameterless functions good enough? #1

Open markusvoelter opened 6 years ago

kbirken commented 6 years ago

If pure paramless functions do not cost any gas, aliases are syntactic sugar. Benefits of aliases:

Is there any difference between aliases and Solidity's constant variables?

If not, we close this ticket and use constant vars instead.