DEV Community

Discussion on: Should I write a library?

Collapse
 
jessekphillips profile image
Jesse Phillips

It is good advice to keep the business logic duplicated. But there is still the question of how do you manage changes across duplicated code when appropriate.

I think this is where distributed version control can come in handy. It will handle the copy and allow you to distribute changes. Still need to manage that distribution.