It is time → https://t.co/YlX841ArFS.
2026, the year of 𝚎𝚏𝚏𝚎𝚌𝚝.
I'm extremely proud of how this turned out. There are many chapters to add, but I do hope you enjoy what's there so far. Let me know what you think. 🫡
Signals flip the script. React renders where you create state. Signals render where you use state. Same state, but you are pushed into patterns that will lead to better performance by default. One paradigm shift away from memoization hell. 🎯
https://t.co/S6YhGI0UMS
As a software developer, I can't live without a clipboard manager like @paste_app.
During the last code refactor I moved lots of parts, safely cut and pasted them back in any order I liked, w/o worrying of having to resort to ⌘+Z hell if something goes missing. #paste10years
@RobbieSpeed Conceptually they must understand it is in conflict with innovation. So a balance has to be maintained or you end up with stagnation which leads to even bigger leaps in the future.
I was one of the 16 devs in this study. I wanted to speak on my opinions about the causes and mitigation strategies for dev slowdown.
I'll say as a "why listen to you?" hook that I experienced a -38% AI-speedup on my assigned issues. I think transparency helps the community.
We just released v0.15 of the GitButler client - new layout, new UI, advanced commit message editor, partial hunk commits, uncommitting files, GitLab integration - so much going on in the last few months.
Check it out.
https://t.co/aTOrR4DLvS
I'm not saying that state machines magically solve complicated app logic problems
But when you put app logic wherever you want without any sort of organization, it eventually becomes *really* painful to maintain & debug
@pilcrowonpaper To improve handling merge conflicts between a hotfixed master and dev, a version tagged commit could trigger the creation of a separate release/vX.Y.Z branch and the corresponding PR, instead of trying to merge dev directly into master.
(3/4)
Does anyone know the source of that nonsense about how the framework doesn't matter because most code is user code? I don't see how one negates the other.
Frameworks optimize running user code. This is why Signals are great. Would React have bothered with a compiler otherwise?