You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pset2/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ What to do:
10
10
11
11
* Refactor your existing Mario to use proper Java packages. Open your project in an IDE (preferably Intellij IDEA)
12
12
* Check out the following video on how to create a [Java project in under 4 minutes](http://tv.launchcode.us/#/videos/java_game_10min?lesson=Java)
13
+
* Also watch the following videos on Strings [Strings](http://tv.launchcode.us/#/videos/java_strings?lesson=Java) and [String Performance](http://tv.launchcode.us/#/videos/java_strings_performance?lesson=Java). Feel free to refactor your code accordingly.
13
14
* Implement the functionality mentioned in the summary. When complete, commit and push to your repository.
14
15
* You should notice that your code has lots of if statements... we're going to get rid of those by using the Strategy Design Pattern
15
16
* Watch the video [Strategy Design Pattern in Java](http://tv.launchcode.us/#/videos/java_strategy?lesson=Java)
0 commit comments