Skip to content

Instantly share code, notes, and snippets.

@timothy
Created May 30, 2016 20:04
Show Gist options
  • Save timothy/615aa73748b667a8e5c8f2d6ababa119 to your computer and use it in GitHub Desktop.
Save timothy/615aa73748b667a8e5c8f2d6ababa119 to your computer and use it in GitHub Desktop.
Step by step to create a new app from scratch
1. Build simple Requirements doc
2. Extract Use Cases from Requirements Doc
3. Find Use Case Dependencies. i.e. use case 5 cannot be done until 2 is complete…
4. Order Use Cases. Start with the most essential use case that has no dependencies.
5. Find all Core use cases. i.e. Adds to the structure of the app and adds data to app. Then find supporting use cases to implement to test…
Sketch out User experience. i.e. what will the site look like…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment