Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.31 KB

Java Software Engineering Project

Python & Chill

  • Joe Whiteaker
  • Jackson Trigiani
  • Ethan Watkins
  • Jordan Hennings
  • Brian Bongermino

Description (CLI appplication)

This program is designed to allow students at the University of South Carolina to easily search for and find jobs related to their major. The program is written in java and outputs to a terminal.

Overview

The system will be compiled and executed on a single machine using Java. The system will be designed in a Visual Studio Code supporting Java development and teamwork. The entire system will reside on a single machine and it will receive input from the terminal console.

Workflow

All Commits to the branch are done via PRs.
  • No direct commits

But, why not allow direct commits and only do PRs?

  • Easier to know who did what
  • Easier to see all the changes made in a branch on one page
  • Integrates easily with github actions and automating unit tests and creates an extremely smooth ci/cd experience
  • Easier to make the connections between Trello board assignments and actual changes in the code.
  • Most importantly, it forces you to OWN YOUR CODE. If the code in your commits are written with best practices, let it be known and easy to see that you know what you're doing.