aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
Commit message (Collapse)AuthorAgeFilesLines
* Clearer language as suggested by @axicethers2016-11-221-1/+1
|
* Fallback functions don't always have to be payableethers2016-11-181-2/+2
|
* styleguide: Don't include a whitespace in the fallback functionethers2016-11-181-0/+13
|
* Don't include a whitespace in fallback functionethers2016-11-181-2/+2
|
* styleguide: Ordering of functionsethers2016-11-181-0/+68
| | | | | 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
* Update documentation to version 0.4.0.chriseth2016-09-071-1/+1
|
* typoRaghav Dua2016-09-061-1/+1
|
* Update style-guide to use new styleDenton Liu2016-08-271-6/+7
|
* Add double-quotes to style guideDenton Liu2016-08-111-1/+13
|
* mixedCase for modifiersethers2016-07-141-1/+1
|
* Merge pull request #555 from Denton-L/single-line-functionschriseth2016-06-211-1/+10
|\ | | | | Added a Clause in Style Guide about Single Line Function Declarations
| * Change whitespace section to include exceptionDenton Liu2016-05-121-1/+5
| | | | | | | | | | For single-line functions, some whitespace padding makes the functions slightly more readable.
| * Changed do_something to doSomethingDenton Liu2016-05-121-9/+9
| | | | | | | | This is in accordance to the style guide
| * Added a clause about short functionsDenton Liu2016-05-061-0/+5
| |
* | Changed inline code syntaxDenton Liu2016-05-301-5/+5
| | | | | | | | Changed from :code:`<inline>` to ``<inline>``
* | Modified style-guide.rstDenton Liu2016-05-301-4/+4
| | | | | | | | Corrected inline code syntax
* | Corrected "who's" to "whose"Denton Liu2016-05-191-2/+2
| |
* | Changed do_something to doSomethingDenton Liu2016-05-191-9/+9
| | | | | | | | This is in accordance to the style guide
* | Update style-guide.rstmario024232016-05-101-1/+1
|/ | | Removed extraneous comma from line 366
* Removed trailing whitespaceDenton Liu2016-05-061-2/+2
|
* Removed bulleted listDenton Liu2016-05-061-3/+3
|
* Made the style consistentDenton Liu2016-05-061-4/+12
|
* Update style-guide.rstssonicblue2016-03-231-2/+8
| | | Update section 'Variable Declarations' for consistency with the format of the rest of the document.
* fix spelling and heading titlePiper Merriam2016-01-071-3/+3
|
* use mixedCasePiper Merriam2015-12-171-9/+4
|
* Flesh out naming convention section of docsPiper Merriam2015-12-171-1/+101
|
* Added some lost changes.chriseth2015-12-081-1/+1
|
* Imported documentation.chriseth2015-12-081-0/+540