Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywengrow committed Jan 1, 2016
1 parent d10ef20 commit d356af3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Weekend Practice

These weekend exercises are designed to help you level up in two different areas: Algorithms and Object Oriented Programming. We *strongly* encourage you to complete these exercises over the weekend. We've tried to keep them brief but powerful. On Sunday, we'll review the solutions to the exercises from that week.
These weekend exercises are designed to help you level up in various areas, particularly algorithms and Object Oriented Programming. We *strongly* encourage you to complete these exercises over the weekend. We've tried to keep them brief but powerful. On Sunday, we'll review the solutions to the exercises from that week.

Each folder has a number, and you'll be assinged a particular number each weekend, but feel free to move ahead at any time.

Expand All @@ -10,8 +10,6 @@ These problems are designed to help you practice becoming a fluent programmer. T

You shouldn't be very concerned with getting the "right" answer as fast as possible. Rather, you should focus on improving with each problem. If it takes you a while to remember the syntax for writing a method or looping through a list, keep practicing and focusing on those skills. With enough practice, it will become second nature.

Each problem has driver code at the bottom so you can test your solution by running the code in Sublime (Command + B). If you're familiar with rspec, you should run the appropriate spec file for more accurate testing.

## OOP

Object Oriented Programming is one of the most fundamental skills as a programmer, and you'll want to get really good at it. These exercises will help you get there.
Expand Down

0 comments on commit d356af3

Please sign in to comment.