That's a brilliant talk and I agree with pretty much everything said.
"Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10"

| GitHub | https://github.com/NolanDeveloper |
That's a brilliant talk and I agree with pretty much everything said.
"Are we stuck with the same Desktop UX forever? | Ubuntu Summit 25.10"

high impact
@hailey .PHONY: bootstrap bundle yarn
just in case
I've just wrote new function to replace another.
Ran the tests. Tests failed. I looked at the function and found a bug.
Ran the tests. Tests failed. I looked at the function and found a bug.
<a few iterations later>
Ran the tests. Tests failed. I looked at the function and couldn't find a single mistake.
Turns out I didn't use this new function in the tests and they kept failing because the old function was missing.