Lean has multiple implications on how to build a software company. From Lean Startup to DevOps. A core component is pull. When writing software I often have to decide if I use pull or push (as design type). Actors are push-based. Given Conway's law, should I use pull in my design?
From here: https://dzone.com/articles/the-secrets-of-futureproof-software Self-healing Self-patching, or more broadly, self-updating Backward compatibility Dynamic adaptation/ability to evolve over time Intent-based Made up of reusable futureproof components
Comments
Post a Comment