0x00000002 / staking-app

MIT License
0 stars 0 forks source link

Code layout problem 1 #11

Closed ryu9827 closed 6 years ago

ryu9827 commented 6 years ago

https://github.com/tikonoff/staking-app/blob/8306bb8deebe0f554e99bf4e525ea4a3f5672397/contracts/Token.sol#L46

Event should be in front of functions. It is good for readability

ryu9827 commented 6 years ago

It is align to the ERC20 standard. So, it is fine.