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
..
utils Added library keyword 2016-08-26 11:18:28 -04:00
common-patterns.rst Update documentation to version 0.4.0. 2016-09-06 19:11:41 +02:00
conf.py Version update in develop. 2016-11-01 09:58:02 +01:00
contracts.rst Merge the constructor sections 2016-10-19 14:02:50 +01:00
contributing.rst Explain up-for-grabs issues. 2016-10-13 15:10:12 +02:00
control-structures.rst Rename ErrorTag to invalidJumpLabel in inline assembly 2016-11-15 10:30:33 +00:00
frequently-asked-questions.rst FAQ: remove address(this) section (already explained elsewhere) 2016-10-19 14:02:50 +01:00
index.rst Update index.rst 2016-10-26 13:23:53 -04:00
installing-solidity.rst Update installing-solidity.rst 2016-10-26 13:43:51 -04:00
introduction-to-smart-contracts.rst Remove named return 2016-11-12 20:02:43 -08:00
layout-of-source-files.rst add "pragma solidity ^0.4.0;" to code examples 2016-09-05 14:54:54 +03:00
make.bat Imported documentation. 2015-12-07 22:35:51 +01:00
Makefile Imported documentation. 2015-12-07 22:35:51 +01:00
miscellaneous.rst Minor documentation fixes 2016-10-19 14:02:50 +01:00
security-considerations.rst Rename sha3 to keccak256 in the documentation 2016-10-06 16:34:41 +02:00
solidity-by-example.rst Update solidity-by-example.rst 2016-11-03 22:25:19 +05:30
solidity-in-depth.rst Imported documentation. 2015-12-07 22:35:51 +01:00
structure-of-a-contract.rst Update documentation to version 0.4.0. 2016-09-06 19:11:41 +02:00
style-guide.rst styleguide: Ordering of functions 2016-11-17 18:06:28 -08:00
types.rst Documentation: Style update 2016-11-16 14:37:19 +01:00
units-and-global-variables.rst Add clarification for block.blockhash 2016-11-01 20:03:20 -03:00