onehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 1 day agoThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comexternal-linkmessage-square139fedilinkarrow-up1332arrow-down113
arrow-up1319arrow-down1external-linkThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comonehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 1 day agomessage-square139fedilink
minus-squarethemaninblack@lemmy.worldlinkfedilinkEnglisharrow-up9·edit-216 hours agoBeing obtuse for a moment, let me just say: build it right! That means minimalism! No architecture astronauts! No unnecessary abstraction! No premature optimisation! Lean on opinionated frameworks so as to focus on coding the business rules! And for the love of all that is holy, have your developers sit next to the people that will be using the software! All of this will inherently reduce runaway algorithmic complexity, prevent the sort of artisanal work that causes leakiness, and speed up your code.
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up2·edit-26 hours agoEvery single electron software i used was a laggy mess, including Vscode. Tauri is more decent.
minus-squareLog in | Sign up@lemmy.worldlinkfedilinkEnglisharrow-up1·12 hours agoTauri gives similar functionality but is written in rust, has good security models and is fast.
minus-squaresquaresinger@lemmy.worldlinkfedilinkEnglisharrow-up1·38 minutes agoAre Electron and Tauri drop-in replacable? So is it possible to run e.g. VSCode in Tauri?
minus-squareI Cast Fist@programming.devlinkfedilinkEnglisharrow-up3·7 hours agoMore importantly, it doesn’t bundle fucking chrome
Being obtuse for a moment, let me just say: build it right!
That means minimalism! No architecture astronauts! No unnecessary abstraction! No premature optimisation!
Lean on opinionated frameworks so as to focus on coding the business rules!
And for the love of all that is holy, have your developers sit next to the people that will be using the software!
All of this will inherently reduce runaway algorithmic complexity, prevent the sort of artisanal work that causes leakiness, and speed up your code.
Electron should be illegal
Every single electron software i used was a laggy mess, including Vscode. Tauri is more decent.
Tauri gives similar functionality but is written in rust, has good security models and is fast.
Are Electron and Tauri drop-in replacable? So is it possible to run e.g. VSCode in Tauri?
More importantly, it doesn’t bundle fucking chrome