|
|
|
|
|
by Apsion
3459 days ago
|
|
Agreed - copy and paste can definitely be problematic. DRY typically is discussed as it relates to a single project.
What are your thoughts on this? Code reused across projects or repos is not the same. We can and should have duplicated code but why write it from scratch? For a simple example if I always want to have an Avatar in a navbar, why not make it easy to find and reuse in another project. |
|