Useability is not good
Useability is not good
Posted Dec 19, 2025 10:23 UTC (Fri) by gioele (subscriber, #61675)In reply to: Useability is not good by mbunkus
Parent article: Conill: Rethinking sudo with object capabilities
I'd add:
- TOML: no difference between "this field is set to null" and "this field is not set and thus it has the default value". (See https://lobste.rs/s/h50lml/toml_1_1_0_released#c_wiibz1 for a longer discussion.)
And I'd remove:
- XML: attributes vs data in child elements
Why is that a problem? Many IDLs offer you a way to specify non-structured metadata about an object (attributes) or encapsulated structured/non-structured data (child elements).
