Guest User

Untitled

a guest
Nov 23rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Example: User Controller
  2.  
  3. 1. Camel Case
  4. - userController
  5.  
  6. 2. Snake Case
  7. - user_controller
  8.  
  9. 3. Pascal Case
  10. - UserController
  11.  
  12. 4. Kebab Case
  13. - user-controller
Add Comment
Please, Sign In to add comment