Now my problem is, how can I manage the project version, as most of the functions and codes are the same, and some bug fixes and improvements should be applied to all customers, while individual customer may have their logic, requirement and improvement.
I tired made multiple projects, but applying improvements and bug fixes need duplicate efforts. I also tried manage it in one code base, but the logics become very big and complex to meet individual customer’s needs. I am now using Git and each customer has its own branch of code, but still applying bug fixes is a headache. I would like to ask is there any good and better approach? Thank you.