Re: [Development] Proposal: Adding dependency injection to Qt

2022-08-18 Thread Filippo Cucchetto
Isn’t this more an object pool rather than a dependent Injection framework? Il giorno lun 15 ago 2022 alle 10:33 Hamed Masafi ha scritto: > Hi > > I guess you all know what a dependence is, so I skip ahead. But there's a > lot of significance in programming these days. > Because of the QML, prog

Re: [Development] Proposal: Adding dependency injection to Qt

2022-08-17 Thread Kevin Kofler via Development
Hamed Masafi wrote: > The source is in this github repo: > https://github.com/HamedMasafi/QInjection I see the misspelled word "scopped" appearing several times in that repository. It should be "scoped" with just one 'p'. Kevin Kofler __

[Development] Proposal: Adding dependency injection to Qt

2022-08-15 Thread Hamed Masafi
Hi I guess you all know what a dependence is, so I skip ahead. But there's a lot of significance in programming these days. Because of the QML, programs have become two parts now, and we no longer have a complete control of the tree - structure of objects. That's why we need to get an injection me