Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 493 Bytes

Github-upcoming-features-and-code-checklist.md

File metadata and controls

18 lines (14 loc) · 493 Bytes

GitHub API client

Upcoming features

  • My profile screen
  • Search for users
  • Ability to see issue details
  • Ability to see pull request details
  • New features in Repository screen
  • Starring, watching repositories

Code checklist

  • Avoid duplication in view controllers and view models
  • Unit tests for view models
  • Unit tests for models and services
  • Better error handling
  • Descriptions for errors which actually mean something :)