Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 232 Bytes

hooks.md

File metadata and controls

6 lines (6 loc) · 232 Bytes
  1. Hooks naming
  • Prefer short and meaningful names
  • Try to follow single reposnsibility prinsible
  • Preferer single argument instead of multiple arguments
  • Make your api surface small as possible
  • Prefere usefull defaults