Re: Best Practice to manage large projects with dub?

2022-05-14 Thread Salih Dincer via Digitalmars-d-learn
On Friday, 13 May 2022 at 17:51:55 UTC, Ozan Süel wrote: Hi My situation: I'm working on and with many projects based on many libraries. I know how to handle these in Git, GitHub and Dub. But what would be the Best Practice in current dub? [...] I think you should stay away from Dub on big

Re: Best Practice to manage large projects with dub?

2022-05-13 Thread max haughton via Digitalmars-d-learn
On Friday, 13 May 2022 at 17:51:55 UTC, Ozan Süel wrote: Hi My situation: I'm working on and with many projects based on many libraries. I know how to handle these in Git, GitHub and Dub. But what would be the Best Practice in current dub? Let's say, we have many apps (1 app = 1 package),

Best Practice to manage large projects with dub?

2022-05-13 Thread Ozan Süel via Digitalmars-d-learn
Hi My situation: I'm working on and with many projects based on many libraries. I know how to handle these in Git, GitHub and Dub. But what would be the Best Practice in current dub? Let's say, we have many apps (1 app = 1 package), which use several libs (Every app has his own set of used