Relative Content

Tag Archive for reactjsgitarchitectureclean-architecture

good practice for branching off of a project while still getting some of the new features built onto it

I have a project A, that does something very similar to project B. for example imagine project A does ticket listing for cinema, and now I want to branch off of it and create a separate project with some different features for comedy show listing.
What is the best (or an even remotely good) way to separate these projects, while also maintaining dry (don’t repeat yourself)?
I want to have 2 separate projects, but share the fixes and certain changes between them.

good practice for branching off a project while still getting some of the new features built onto it

I have a project A, that does something very similar to project B. for example imagine project A does ticket listing for cinema, and now I want to branch off of it and create a separate project with some different features for comedy show listing.
What is the best (or an even remotely good) way to separate these projects, while also maintaining dry (don’t repeat yourself)?
I want to have 2 separate projects, but share the fixes and certain changes between them.