Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
/ bedrock Public archive

A bedrock protocol for ABC Blockchain Community.

License

Notifications You must be signed in to change notification settings

abcfdn/bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock

A bedrock protocol for ABC Blockchain Community.

Good Coding Practice

It is essential for our success to keep our coding standard high. Please only commit clean and well-tested code. There is always space for improvement through code refactoring.

  • Unit test is mandatory

  • If you make assumptions (for instance, on APIs), test your assumptions

  • Pre-commit hook

Install pre-commit hook

cd .git/hooks/
ln -sf ../../pre-commit.sh ./pre-commit

Add common tests into run_tests.sh for pre-commit checks. In case you have to, you can skip it by using the '--no-verify' option.

git commit --no-verify

About

A bedrock protocol for ABC Blockchain Community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published