Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 285 Bytes
  • break down problems into logical steps

  • explain your thoughts and communicate

  • iterate from a rough solution towards a refined one

  • verify or test your work

  • write clean/idiomatic code

  • articulate tradeoffs in your solution and the consequences of those

  • run test -> yarn test