koalasthegreat / AmoeboidBotRedux

1 stars 1 forks source link

Function-ify code #1

Closed koalasthegreat closed 1 year ago

koalasthegreat commented 1 year ago

There are many cases where we could be using Options or Eithers to better handle the case where a data type is not present, or where a service would return an error. We can begin using fp-ts and migrate our code to use these constructs for better organization.