Skip to content

Instantly share code, notes, and snippets.

@RiverGlide
Created February 11, 2016 10:56
Show Gist options
  • Save RiverGlide/632615c3bc20e4e24eff to your computer and use it in GitHub Desktop.
Save RiverGlide/632615c3bc20e4e24eff to your computer and use it in GitHub Desktop.
.
├── model
│ ├── ApplicationInformation.java
│ ├── TodoStatus.java
│ └── TodoStatusFilter.java
├── questions
│ ├── ApplicationDetails.java
│ ├── ClearCompletedItemsOptionAvailability.java
│ ├── CurrentFilter.java
│ ├── DisplayedItems.java
│ ├── ElementAvailability.java
│ ├── ItemsLeftCounter.java
│ ├── PlaceholderText.java
│ ├── TheItemStatus.java
│ └── TheItems.java
├── tasks
│ ├── AddATodoItem.java
│ ├── AddTodoItems.java
│ ├── ClearCompletedItems.java
│ ├── CompleteAll.java
│ ├── CompleteItem.java
│ ├── DeleteAnItem.java
│ ├── FilterItems.java
│ └── Start.java
└── user_interface
├── ApplicationHomePage.java
├── ToDoList.java
└── TodoListItem.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment