Implemented Aggregate domain pattern to create a data container
data_prep and list_countries script , both uses data collected fromm github and wiki ;
even though data collection from wiki is not done yet, they are being called in multiple scripts.
So, I decided it as showed up easily and its a very noticeable , I decided to use the aggregate design principle here. I aggregated them in source_prep collecting them together.
Implemented Aggregate domain pattern to create a data container data_prep and list_countries script , both uses data collected fromm github and wiki ; even though data collection from wiki is not done yet, they are being called in multiple scripts. So, I decided it as showed up easily and its a very noticeable , I decided to use the aggregate design principle here. I aggregated them in source_prep collecting them together.