From b28f394ffdb580a744bc06307f7494bb3021dd5f Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Mon, 29 Jan 2018 15:58:49 +0800 Subject: [PATCH] Why Over-Reusing is Bad --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb8cd23f2..8e0983ae1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Avoid Over Engineering](https://medium.com/@rdsubhas/10-modern-software-engineering-mistakes-bc67fbef4fc8) * [Scalability Worst Practices](https://www.infoq.com/articles/scalability-worst-practices) * [Use Solid Technologies - Don’t Re-invent the Wheel - Keep It Simple!](https://medium.com/@DataStax/instagram-engineerings-3-rules-to-a-scalable-cloud-application-architecture-c44afed31406) +* [Why Over-Reusing is Bad](http://tech.transferwise.com/why-over-reusing-is-bad/) * [Performance is a Feature](https://blog.codinghorror.com/performance-is-a-feature/) * [Make Performance Part of Your Workflow](https://codeascraft.com/2014/12/11/make-performance-part-of-your-workflow/) * [The Benefits of Server Side Rendering Over Client Side Rendering](https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8)