benjaminkent / assignments

This is where I'm keeping all of me SDG assignments
0 stars 0 forks source link

Week 03 Day 3 - OOP! it's Raining #10

Closed gstark closed 6 years ago

gstark commented 6 years ago

Yesterday you created a simple weather viewer. Today, we discussed a new topic, Object Oriented Programing. This involved the thought of abstraction and encapsulation (among other ideas). For tonight, refactor your code to use classes to encapsulate and abstract your code and ideas from yesterday.

Objectives

Requirements

git branch oop-refactor
git checkout oop-refactor

Explorer Mode

Adventure Mode

Epic Mode

benjaminkent commented 6 years ago

can refactor with class. tried adding new class for forecast data and have class get fetched data but got stumped. still working on though https://github.com/benjaminkent/weather/commits/oop-refactor, http://weather-benjaminjehl.surge.sh/

gstark commented 6 years ago

Today we'll be reviewing the weather app but converting it to React, so this may have resolve some questions

gstark commented 6 years ago

Your homework is: Meets Expectations

Awesome Work!