Recently, I created a bug at Meeting Planner which took some time to track down. Everything worked on my local development environment, but adding dates and times and places and making meeting choices failed on the live production server. Ultimately, it was this code change: const TIMELAPSE = (3*60); // three minutes I’d recently changed Read More
The post An Interesting Occurrence of a Small Production PHP Bug appeared first on Jeff Reifman. Follow @reifman on Twitter.