Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
911 contributions in the last year
Contribution activity
November 2020
Created 3 commits in 2 repositories
Created 1 repository
Created a pull request in ethereum/go-ethereum that received 3 comments
simplify nested complexity and if blocks ending with a return statement
Changes:
Simplify nested complexity
If an if blocks ends with a return statement then remove the else nesting.
Most of the changes has also been …