Hello everybody, I have 5 codes doing the same job, the only difference between these codes is that they write to different paths. Here is a thing that forces me, when I change one of the codes, then I need to do it for all of the other codes too. This causes me both margin of error and a waste of time for me. So here, I am looking for an automatic structure that can solve my issue. Let's assume, I have five sample codes and they write to different directories as below; If I want to change something in any of them, I want all of them to be affected at the same time. How can I build that structure?
... View more