Skip to content

Instantly share code, notes, and snippets.

@ogabrielsantos
Forked from reinink/classes.md
Created April 12, 2016 04:30
Show Gist options
  • Save ogabrielsantos/d3b258e696ecd6c93799ee8617961b6c to your computer and use it in GitHub Desktop.
Save ogabrielsantos/d3b258e696ecd6c93799ee8617961b6c to your computer and use it in GitHub Desktop.
How do you typically organize your classes?

By type

  • /Controllers
  • /Events
  • /Models

By topic

  • /Comments
  • /Posts
  • /Users

By topic, then type

  • /Comments
    • /Controllers
    • /Events
    • /Models
  • /Posts
    • /Controllers
    • /Events
    • /Models
  • /Users
    • /Controllers
    • /Events
    • /Models

Mixed

  • /Comments
  • /Controllers
  • /Events
  • /Models
  • /Posts
  • /Users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment