2 Matching Annotations
- Jan 2021
-
forums.theregister.com forums.theregister.com
-
I managed to remove it myself this morning...apparently it used to get it's hooks in so deep it was very difficult to remove the daemon as it interconnected with ubuntu-desktop for....reasons.
-
- Oct 2020
-
-
One of the primary tasks of engineers is to minimize complexity. JSX changes such a fundamental part (syntax and semantics of the language) that the complexity bubbles up to everything it touches. Pretty much every pipeline tool I've had to work with has become far more complex than necessary because of JSX. It affects AST parsers, it affects linters, it affects code coverage, it affects build systems. That tons and tons of additional code that I now need to wade through and mentally parse and ignore whenever I need to debug or want to contribute to a library that adds JSX support.
Tags
- complexity
- high-cost changes
- the cost of changing something
- mental bandwidth
- fundamental
- engineers
- mentally filter/ignore
- implementation complexity
- infectious problem
- for-reaching consequences
- unintended consequence
- semantics (of programming language)
- syntax
- avoid complexity
- engineering (general)
- primary task/job/responsibility
- can't keep entire system in your mind at once (software development) (scope too large)
- too complicated
Annotators
URL
-