onehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 1 day agoThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comexternal-linkmessage-square136fedilinkarrow-up1332arrow-down113cross-posted to: hackernews@lemmy.bestiver.se
arrow-up1319arrow-down1external-linkThe Great Software Quality Collapse: How We Normalized Catastrophetechtrenches.substack.comonehundredsixtynine@sh.itjust.works to Technology@lemmy.worldEnglish · 1 day agomessage-square136fedilinkcross-posted to: hackernews@lemmy.bestiver.se
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·13 hours agoTauri gives similar functionality but is written in rust, has good security models and is fast.
minus-squaresquaresinger@lemmy.worldlinkfedilinkEnglisharrow-up1·1 hour agoAre Electron and Tauri drop-in replacable? So is it possible to run e.g. VSCode in Tauri?
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?