Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
February 07, 2024Code Duplication: D.R.Y7 minutesPlayThis episode will delve into patterns and tradeoffs involvingduplication of code. We will try to answer the question: when is code duplication a reasonable tradeoff, and when should we avoid it?We first start with duplicated code in two codebases, then reduceduplication by implementing a shared library, and finallyexplore another approach by extracting common functionality using a microservice....moreShareView all episodesBy Liam and MaciFebruary 07, 2024Code Duplication: D.R.Y7 minutesPlayThis episode will delve into patterns and tradeoffs involvingduplication of code. We will try to answer the question: when is code duplication a reasonable tradeoff, and when should we avoid it?We first start with duplicated code in two codebases, then reduceduplication by implementing a shared library, and finallyexplore another approach by extracting common functionality using a microservice....more
This episode will delve into patterns and tradeoffs involvingduplication of code. We will try to answer the question: when is code duplication a reasonable tradeoff, and when should we avoid it?We first start with duplicated code in two codebases, then reduceduplication by implementing a shared library, and finallyexplore another approach by extracting common functionality using a microservice.
February 07, 2024Code Duplication: D.R.Y7 minutesPlayThis episode will delve into patterns and tradeoffs involvingduplication of code. We will try to answer the question: when is code duplication a reasonable tradeoff, and when should we avoid it?We first start with duplicated code in two codebases, then reduceduplication by implementing a shared library, and finallyexplore another approach by extracting common functionality using a microservice....more
This episode will delve into patterns and tradeoffs involvingduplication of code. We will try to answer the question: when is code duplication a reasonable tradeoff, and when should we avoid it?We first start with duplicated code in two codebases, then reduceduplication by implementing a shared library, and finallyexplore another approach by extracting common functionality using a microservice.