Wilson Cusack pfp
Wilson Cusack
@wilsoncusack
Here is our first attempt at codifying a guide for style, development, and testing of EVM-smart contracts at Coinbase. https://github.com/coinbase/solidity-style-guide Our goal is to build the best Solidity organization in the world and documentation like this is an important start :)
3 replies
4 recasts
60 reactions

Sabnock pfp
Sabnock
@sabnock.eth
Think you should add a comment clarifying imports declared at file level which you don't address. As in is it permissible to have an unnamed import if what you're importing is at file-level or don't declare anything at file-level and import it at all?
1 reply
0 recast
2 reactions

Wilson Cusack pfp
Wilson Cusack
@wilsoncusack
Hmm even if at file level, like a struct at file level you should use a named import? Is there something I’m not thinking of?
1 reply
0 recast
0 reaction