From f3e1bdf109c78a2d9e974ee7771ae1797ee1c29b Mon Sep 17 00:00:00 2001 From: Jared Grippe Date: Mon, 24 Apr 2017 15:40:21 -0700 Subject: [PATCH 1/2] Update 252-Init_2-OOP_Practice_with_Bike_Shop.md --- _goals/252-Init_2-OOP_Practice_with_Bike_Shop.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md b/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md index 31acda3d..92741385 100644 --- a/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md +++ b/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md @@ -119,11 +119,16 @@ By the time you're done with this goal, you will have: These are the basic specs for OOP Practice, broken into 5 stages. If you complete these specs, try taking on some of the [Stretch specs](#stretch). +__FEEDBACK:__ this is one of the hardest goals to check. A lot of reading of external resources. Its not very easy to see if the solutons work since I cannot just execute them. I feel like OOP practice is perfect for a "make these tests pass" goal format. + #### Stage 1 To get started, each team member needs to fork the [oop-practice][] repo. Then, create a [gist](https://gist.github.com/) and add links to each fork to a file in the gist. This is your `artifact`. - [ ] Artifact is set to a gist with links to each of your teammate's forks. + +__FEEDBACK:__ I'm not sure how to calculate completeness here. There are 3 repos. Some of these specs are met in some reports and not in others. What the intention here? + - [ ] Solutions exist in the `jsinfo/` folder for the following exercises from the ["Objects" tutorial on JavaScript.info](http://javascript.info/object): - [ ] [Hello, object](http://javascript.info/object#hello-object) - [ ] [Multiply numeric properties by 2](http://javascript.info/object#multiply-numeric-properties-by-2) From 9e59f1b5f56f18bd9c308ea08b481c607c10d55e Mon Sep 17 00:00:00 2001 From: Jared Grippe Date: Mon, 24 Apr 2017 15:44:56 -0700 Subject: [PATCH 2/2] Update 252-Init_2-OOP_Practice_with_Bike_Shop.md --- _goals/252-Init_2-OOP_Practice_with_Bike_Shop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md b/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md index 92741385..1a2dbeed 100644 --- a/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md +++ b/_goals/252-Init_2-OOP_Practice_with_Bike_Shop.md @@ -119,7 +119,7 @@ By the time you're done with this goal, you will have: These are the basic specs for OOP Practice, broken into 5 stages. If you complete these specs, try taking on some of the [Stretch specs](#stretch). -__FEEDBACK:__ this is one of the hardest goals to check. A lot of reading of external resources. Its not very easy to see if the solutons work since I cannot just execute them. I feel like OOP practice is perfect for a "make these tests pass" goal format. +__FEEDBACK:__ this is one of the hardest goals to check. A lot of reading of external resources. Its not very easy to see if the solutons work since I cannot just execute them. The bike-shop part is great but grading the music-player and bike-shop is hard. #### Stage 1