From a6b5171ad8bf7785d3bb67c870852a9dbd095965 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Thu, 8 May 2025 01:51:53 +0100 Subject: [PATCH] doc: Add note to to-do: must clean up the syntax of the error handling in setup(). --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 7709996..f0ebf36 100644 --- a/TODO.md +++ b/TODO.md @@ -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. \ No newline at end of file +- 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... \ No newline at end of file