/todo.csv Secret
Created
August 31, 2014 09:09
-
Star
(0)
You must be signed in to star a gist -
Fork
(117)
You must be signed in to fork a gist
-
-
Save nextacademy-private/0f8d2e133d22d32cf65a to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move with Lil to the black mountain hills of Dakota | |
Lose Lil to Danny | |
Get hit in the eye by Danny | |
Walk into town seeking revenge | |
Book room at local saloon | |
Check into room and read Gideon's bible | |
Drink too much gin | |
Overhear Lil and Danny in neighboring room | |
Burst into neighboring room and declare a showdown | |
Get shot by Danny and collapse in corner | |
Visit doctor | |
Return to room and read Gideon's bible | |
Sing along! D'do d'do d'do do do d'do d'do d'do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# What classes do you need? | |
# Remember, there are four high-level responsibilities, each of which have multiple sub-responsibilities: | |
# 1. Gathering user input and taking the appropriate action (controller) | |
# 2. Displaying information to the user (view) | |
# 3. Reading and writing from the todo.txt file (model) | |
# 4. Manipulating the in-memory objects that model a real-life TODO list (domain-specific model) | |
# Note that (4) is where the essence of your application lives. | |
# Pretty much every application in the universe has some version of responsibilities (1), (2), and (3). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment