leibler / dokuwiki-plugin-todo

DokuWiki ToDo Plugin
39 stars 30 forks source link

Rewrite/Refactor syntax/list.php #164

Open einhirn opened 9 months ago

einhirn commented 9 months ago

Perhaps the best solution would be a bigger rewrite that just initializes all those fields with an empty array so we don't need either "isset" or "is_array"...

_Originally posted by @einhirn in https://github.com/leibler/dokuwiki-plugin-todo/pull/156#discussion_r1474723544_

runout-at commented 2 months ago

You're are right. I was thinking about the same.