Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 836 Bytes

File metadata and controls

23 lines (18 loc) · 836 Bytes

mips-mobile-ide

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.

Collaboration Guidelines

feature implementation convention

  • no feature is to be implemented on the master branch
  • create a new branch with name feature<feature-name>

Code Style

  • Camel case for methods and variable names
  • Pascal case for class names
  • lowercase for directory name with words separated by periods

Project organization

  • All core features should be organized in packages

pull request convention

  • add at least 2 reviewers to every pull request
  • once pull is merge into master, the feature branch should be deleted

bugs

  • for every bug create an issue
  • add the last committer as issue owner if you can't fix it