Use this repository to accompany your application to the Vertically Integrated Projects program at Oregon State University. After completing the steps below, please be sure to complete the whole application form - your fork of this repo is not the only thing to do!
Demonstrate your level of tool, programming and workflow proficiencies as part of your application to the VIP program. Generate a forked repository that shows a commit history, issue, feature branch, implementation, unit test, and pull request.
- Create an issue for this repository titled VIP Application for USERNAME where USERNAME is your GitHub username.
- Fork this repository.
- Using a local feature branch, create a file named application.EXT where EXT is the language of your choice (eg. .rb, .js, .c).
- In application.EXT, define your own
map
function. - Create a file named application_test.EXT, where EXT is the language of your choice (eg. .rb, .js, .c).
- In application_test.EXT, define a simple unit test for your
map
function. You can use any test harness / test runner you wish. - Push your local feature branch to a remote feature branch on GitHub.
- Create a pull request.