Nov 13, 2020Programming the EnvironmentTLDR: It’s often easier to tweak the environment than it is to change behavior directly, especially in the face of limited resources. One of my favorite Chief Technology Officers once told me “First you program the code, then you program the people, then the organization.” …Software Development5 min readSoftware Development5 min read
Nov 6, 2020Feature Flags are DangerousTLDR: Feature flags are dangerous, and there are better ways of accomplishing what you’re trying to do. Feature flags (AKA feature toggles) are frequently used in unhealthy ways far beyond the scope of their original design. …Feature Flags7 min readFeature Flags7 min read