Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 300 Bytes

best-practices.kk.md

File metadata and controls

14 lines (10 loc) · 300 Bytes

Best Practices

  • utf8
  • tests
  • vectors
  • implicits versus effects
  • formatting

Effects

Always use the most restricted operation type in handler definitions. For example, you can use fun for an operator even if the effect definition allows ctl operations.

Implicits Versus Effects