aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3575 from OTTTO/developchriseth2018-02-231-2/+16
|\ | | | | Recommend to explicitly label the visibility of functions.
| * Reccomend to explicitly label the visibility of functions.Dax Bondye2018-02-231-2/+16
| |
* | Merge pull request #3513 from OTTTO/developchriseth2018-02-221-0/+103
|\| | | | | Add "Maximum Line Length" section
| * Recommend consistent style for wrapping long lines.DYLAN BECKWITH2018-02-221-0/+103
| |
* | Clarify name documentation for mixedCaseWilliam Entriken2018-01-301-1/+1
|/
* Case convention clarificationwbt2018-01-171-1/+1
| | | Constructors follow the contract naming convention, using CapWords, instead of mixedCase.
* Prefer CapWords style struct namesWilliam Entriken2018-01-151-0/+6
|
* Fix Solidity warningsJim McDonald2017-12-131-38/+43
|
* Update style-guide.rst to include enum styleKamuela Franco2017-12-091-0/+6
|
* Fixed typos (#3139)Christian Pamidov2017-10-281-2/+2
|
* Fixed typosSvetlin Nakov2017-10-261-4/+4
|
* Improved the "Naming" sectionSvetlin Nakov2017-10-251-16/+18
| | | Improved the "Naming" section. Added naming examples. Improved consistency.
* Fix inconsistent use of single backticksAlex Beregszaszi2017-03-161-1/+1
|
* 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