CiderCS3398 / CS3398-Cider-S2017

CS3398 Team Github
0 stars 2 forks source link

Design and create a Recipe class. #77

Open forrest87 opened 7 years ago

forrest87 commented 7 years ago

Consideration for how the contents of the database will be adapted into the member fields of each Recipe object is necessary.

nla19 commented 7 years ago

Here is my attempt to refactor the recipe class. Because I can't get it to work on my local machine I pushed it to the research/practice folder for another teammate to help me tackle this issue.

Recipe.java

nla19 commented 7 years ago

The recipe class is now refactored. It lives in the develop branch in our application, however at the moment is not utilized. I also had to refactor constants class which the recipe class uses. It builds and runs and passes Travis CI. Travis CI Build Recipe.java Constants.java