Building actually maintainable software
Building software is difficult and time consuming, but the maintenance of software is where we spend the majority of our time. In this episode, Ian and sam join Johnny and Kris to discuss how to build actually maintainable software, the features of Go that make it good for writing maintainable software, and different ways that we might define the term “maintenance”.
Discussion
Sign in or Join to comment or subscribe
Mohamed
Ruby Developer aka Joy Developer
2022-09-12T14:01:59Z ago
You cannot have a team only dedicated to maintain the code, because the other teams (the feature teams) will not care if the code that they write is not maintainable, because they are not the owns that maintain.
Plus, maintaining code that you didn’t build is hard.
That’s why is whole team effort.