I saw this quote: “Good programmers write good code. Great programmers write no code. Zen programmers delete code.” I love it! It makes sense in the context of complexity. Think about why we are adding a feature, does it really add value? Is it adding more complexity? Will we be able to support it? Make sure the code you add is really adding value, otherwise delete it.
