Notes
  • Welcome
  • All
  • Byte Bites
    • What happens in the mind's eye
    • Be a thermostat, not a thermometer
    • Software Development Waste
    • Better Conversations
    • How to decide
    • Effective delegation
    • Important Statistical Ideas of Past 50 years
    • 9 Lines with all of Physics
    • Akin's Laws of Spacecraft Design
    • Harry Browne's 17 Golden Rules of Financial Safety
    • Code lifecycle
    • Experts vs Imitators
    • Giving feedback
    • Technical Documentation Authoring
  • Notes
    • Programming - General
      • A short guide to hard problems
      • Another way to put it
      • Practices for debugging
    • TensorFlow
    • Programming Languages
      • Bash
      • JS and Node.js
      • Regex
      • Python
    • Git/GitHub
    • Browsers
    • Blogs
    • Nginx + Docker + Let'sEncrypt on Ubuntu
    • Google Cloud
    • Docker and Kubernetes
    • Databases
    • Website Testing Tools
    • Design Resources
    • Trusted Services
  • Generative AI Universe
    • Taking Flight with AI Agents
  • Community
    • Speaking and writing Tips
  • Social
    • Books
    • Explore
  • Help me!
Powered by GitBook
On this page

Was this helpful?

  1. Byte Bites

Code lifecycle

From: https://olano.dev/2023-11-30-code-is-run-more-than-read/

maintainer > author Code is read more than written

user > maintainer > author Code is used more than read

user > ops > dev Code is run more than read

biz > user > ops > dev Code has to be for a business

author > maintainer Code is unmaintainable

dev > user Unusable software

dev > ops Works on my machine

dev > biz Not the right thing

dev > * Resume driven development

biz > user > -ops- > dev Imaginary software

biz > -user- > ops > dev Also imaginary software

biz > user > ops > dev Late capitalism

biz > user: An elephant

PreviousHarry Browne's 17 Golden Rules of Financial SafetyNextExperts vs Imitators

Last updated 1 year ago

Was this helpful?