4 Matching Annotations
- Jun 2025
-
www.inkandswitch.com www.inkandswitch.com
-
Upgrading tools would frequently break compatibility with existing data. And it was difficult to make different tools interoperate if they couldn’t agree exactly on the format of their underlying JSON data.
Why should the app even know let alone care about which version of the serialization format is in play?
-
- Nov 2022
-
github.com github.com
-
Testing frameworks often introduce their own abstractions for e.g. evaluation order, data validation, reporting, scope, code reuse, state, and lifecycle. In my experience, these abstractions are always needlessly different from (and inferior to) related abstractions provided by the language itself.
-
- Aug 2019
-
material-ui.com material-ui.com
-
As Sebastian Markbage pointed out, no abstraction is superior to wrong abstractions. We are providing low-level components to maximize composition capabilities.
Tags
Annotators
URL
-
-
2014.jsconf.eu 2014.jsconf.eu
-
It's much easier to recover from no abstraction than the wrong abstraction.
-