
Reflections on software performance


I can only truly speak for myself as a 10x developer, and here’s what I believe to be different about me and the other 10x (or even 100x) developers vs my 1–2x peers:
- Understanding how things work.
- I hate “magic” software frameworks and I will spend countless hours making sure I understand what’s going on behind the scenes before I’ll write productio
Liz Brautigan • (23) Quora
Make debugging easier
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new ... See more
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new ... See more
Marcus • Marcus' Blog
Laurence Tratt: What Factors Explain the Nature of Software?
tratt.netThat's where the challenge of building quality products starts to creep in. The constant tension of shipping faster versus shipping better. Falling into a cycle of "Ship, then iterate" is a trap. It ends up being more shiterate . Things happen and that "fast-follow" V1.1 release or V2.0 you had imagined probably won't. There's alwa
... See more