Ever wanted to write MIPS assembly on your phone? Probably not. But, with this app, you could. We are implementing an Android app with an editor and simulator for MIPS.
- no feature is to be implemented on the master branch
- create a new branch with name feature<feature-name>
- Camel case for methods and variable names
- Pascal case for class names
- lowercase for directory name with words separated by periods
- All core features should be organized in packages
- add at least 2 reviewers to every pull request
- once pull is merge into master, the feature branch should be deleted
- for every bug create an issue
- add the last committer as issue owner if you can't fix it