Rules to Code By

If you’re relatively new to programming:

Source: Hacker School User’s Manual

 
1
Kudos
 
1
Kudos

Now read this

The Fewest Number of Concepts You Need to Use Effect

There are 5 concepts you need to understand to start using Effect. 1. Effect.tryPromise # Think of Effect like a souped-up Promise that’s honest about errors. // The Promise Version of getUser try { const user = await getUser("123")... Continue →