10 ms·
Just stop writing memfault. I say it in jest but that's actually how I used to program a few years ago when I was working on large industrial pieces of softwar
by RandomThoughts3 2y ago
Just stop writing memfault.
I say it in jest but that's actually how I used to program a few years ago when I was working on large industrial pieces of software with long compilation time. You just have to be careful and check what you wrote before sending it to the machine.
I think "iterative" programming has made people really complacent when it comes to silly errors. Slowing down can often do wonder.
- ChrisRR 2y agoI feel like if you're writing C then writing with memory safety in mind should probably be autonomous anyway