An open API service indexing awesome lists of open source software.

https://github.com/ethereum/snake-charmers-tactical-manual

Development *stuff* for the Snake Charmers EF team
https://github.com/ethereum/snake-charmers-tactical-manual

Last synced: 3 months ago
JSON representation

Development *stuff* for the Snake Charmers EF team

Awesome Lists containing this project

README

        

# Development Tactical Manual

This document lays out guidelines and expectations for the Ethereum Foundation
Python development team.

* [Code Style Guide](./style-guide.md)
* [Code Idioms](./idioms.md)
* [Naming Things](./naming-things.md)
* [Antipatterns](./antipatterns.md)
* [Mutability](./mutability.md)
* [Testing](./testing.md)
* [Organizing Library Code](./organizing-code.md)
* [Git and Github](./git-and-github.md)
* [Documentation](./documentation.md)
* [Operational Security](./opsec.md)
* [Ideology and Subjectivity](./ideology-and-subjectivity.md)
* [Gitcoin Bug Bounty Guide](./bug-bounty-program.md)
* [Cutting a Release](./cutting-a-release.md)