cider-debug is a very nice debugger for clojure, but it actually *improves* on edebug by including minibuffer hints! http://t.co/Vb4cS4Xm67
miniblog.
Related Posts
JSON is too small (no comments) and YAML is too big (many string syntaxes, relatively few implementations).
TOML is in the sweet spot for complexity, but I agree this syntax is by far the most confusing part.
TOML 1.1 improves it at least:
Intelligently choosing when and where to log by considering possible paths through basic blocks: https://blog.acolyer.org/2017/11/03/log20-fully-automated-optimal-placement-of-log-printing-statements-under-specified-overhead-threshold/
(Improves both runtime performance and debuggability!)
Ability to remember code improves with experience https://shape-of-code.coding-guidelines.com/2016/11/17/ability-to-remember-code-improves-with-experience/ (experienced devs can 'chunk' and observe higher level patterns)
