nibbstack / erc721

The reference implementation of the ERC-721 non-fungible token standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify style guide version?

fulldecent opened this issue · comments

In

https://github.com/0xcert/ethereum-erc721/blob/master/CONTRIBUTING.md

we reference the style guide.

Full style guide is available [here](https://github.com/0xcert/solidity-style-guide.

That is not specific enough. Please choose one of these options:

Solidity code in this repository shall follow the 0.0.1 version of the 0xcert Solidity Style Guide.

Solidity code in this repository shall follow the latest released version of the 0xcert Solidity Style Guide.

I recommend the former. This prevents a race condition where updating our style guide immediately makes our code vulnerable to a style bug.

Related work: #201