/vip-applications

Applications for the Vertically Integrated Projects program.

Vertically Integrated Projects Program

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!

Goal

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.

What to Do

  1. Create an issue for this repository titled VIP Application for USERNAME where USERNAME is your GitHub username.
  2. Fork this repository.
  3. Using a local feature branch, create a file named application.EXT where EXT is the language of your choice (eg. .rb, .js, .c).
  4. In application.EXT, define your own map function.
  5. Create a file named application_test.EXT, where EXT is the language of your choice (eg. .rb, .js, .c).
  6. In application_test.EXT, define a simple unit test for your map function. You can use any test harness / test runner you wish.
  7. Push your local feature branch to a remote feature branch on GitHub.
  8. Create a pull request.