I’m excited to get back to work on OLaunch. The external open source API has changed hands, so I’m dealing with some differences in the JSON format in the GET response.
Also, I’m working on implementing best practices with my exception handling, at a basic level, such as designing not only the pages for common errors (404, etc.) but also for JSON conversion errors.
Resources
- Ardal’s C# exception handling best practices
- Stackify’s C# Exception Handling Best Practices