yaobin.wen

Yaobin's Blog

View on GitHub
30 March 2021

Software Reuse

by yaobin.wen

I think if we want to get closer to better software reuse, we should not create branches of the code itself.

Branches of the same code means duplicated code. Duplicated code is not reused because if it were reused, it wouldn’t be duplicated.

So I’m perceiving a possible way of maintaining the code and building the final product:

The pros of this approach:

The cons of this approach:

Tags: Tech