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 31 million developers.
Sign up
Popular repositories
-
xavier
Javascript mutation test framewrok
JavaScript 4
-
three-corners
Unify function interface
-
codemotion-live
Repo for Milan Codemotion 2018
-
event-database
Event Database
-
game-of-life
Game Of Life with constraints
Python 1
-
express-miniTwit
This is a clone of the famous social network. This is written in express entirely
JavaScript 1
397 contributions in the last year
Contribution activity
February 2019
- allevo/book Rust
Created a pull request in rust-lang/book that received 2 comments
Make &self immutable as text said
The code is wrong: the text refers to a &self and in the code there is &mut self.
This PR fixes this changing the code