Files
solidity/docs
ethers 39559c1bb6 styleguide: Ordering of functions
Ordering would help readers identify which functions they can call, and to find the "specials" (constructor and fallback function).  Mixing the "specials" in the middle of the code, as well as internal functions between external and public functions, don't help readers

Based on https://github.com/ConsenSys/MultiSigWallet/issues/19
2016-11-17 18:06:28 -08:00
..
2016-08-26 11:18:28 -04:00
2016-11-01 09:58:02 +01:00
2016-10-19 14:02:50 +01:00
2016-10-13 15:10:12 +02:00
2016-10-26 13:23:53 -04:00
2015-12-07 22:35:51 +01:00
2015-12-07 22:35:51 +01:00
2016-10-19 14:02:50 +01:00
2015-12-07 22:35:51 +01:00
2016-11-16 14:37:19 +01:00