2 Inner Loop: Development Environments
This chapter covers
- Working with requirements and codebases
- Setting up a portable and reproducible development environment
- Implementing new requirements in the inner loop
- Defining a baseline for the developer experience
In this chapter, we will start exploring the inner loop activities that developers perform to do their work. The inner loop takes place within the context of a development environment and it’s triggered by a new requirement that needs to be implemented to produce business value.
We’ll start by exploring how to work with requirements and new codebases. Next, we’ll evaluate a few options to handle the challenges of development environments, aiming for a portable and reproducible outcome. Finally, we’ll implement a new requirement for one of the services in the MinSalus application and describe the basic inner loop activities with hands-on examples in Go and Java.
2.1 Preparing for Development: Requirements and Codebase
Imagine you’re an application developer who has just joined a new team. You’ve been given a new laptop and are ready to start working on the project. You get assigned a task to implement a new feature in an existing application. You’re excited to kick off the inner loop activities and start coding. Before jumping to the implementation, though, let’s explore how to work with new requirements and codebases.