doc: Add note to to-do: must clean up the syntax of the error handling in setup().

This commit is contained in:
Kiril Kovachev 2025-05-08 01:51:53 +01:00
parent 874506a5de
commit a6b5171ad8

View File

@ -1,2 +1,4 @@
# To-do
- Report that "ReadableConfig" error, which was super unhelpful and very annoying when you don't know why it's bugging.
- Report that "ReadableConfig" error, which was super unhelpful and very annoying when you don't know why it's bugging.
- Find a better notation for the error-handling in setup() although the custom error message is desirable, it's very bad
to have to implement it using such a ridiculously long line...