|
|
|
|
|
by gluczywo
4245 days ago
|
|
On the other hand I learned not to be too dogmatic about DRY because it becomes costly especially in distributed systems where additional dependencies introduced for reusability sake complicate build process and deployment.
Sometimes it's better to copy&paste instead of coupling components. |
|
Two components are hardly coupled just because they happen to use the same library.