Code Culture
Bobby Norton’s what if scenarios in software development
Categories: Craftsmanship, Test Driven Learning | Add a Comment

In approaching any new language, there are many learning curves to overcome. What are the most frequently used API’s? What frameworks should I use? What patterns and idioms? Reading books and blogs can help, but there’s no substitute for getting your hands dirty and doing some coding. Thinking about software development instead of actually developing [...]

Categories: Build and Deployment | 2 Comments

Our understanding of continuous integration has evolved over the years to mean more than just making sure various software components play nicely together. As the practice matures, a much more system-oriented view is emerging. Continuous deployment, the idea that every check in could end up in production automatically after passing through a rigorous CI process, [...]

Categories: Build and Deployment | Add a Comment

“You’re going to deploy every change to production? Is that every time you save a file? How about every keystroke?”
The downtime and confusion that would ensue could hardly be considered agile.
Of course, this isn’t what’s intended by the terms ‘continuous integration’ or ‘continuous deployment’. Continual means ‘frequent, repeating at intervals’ and continuous means ‘going on [...]

Categories: Build and Deployment | 1 Comment

About two years ago when I started working on Cruise, I set up a Google Alert for “continuous deployment”. At first, there was a lot of noise about troop movement in Iraq. Lately, however, things have become much more relevant.
I’m happy to see this happening: It validates a lot of the theory we built into [...]