Re: Aedi - a dependency injection library

2016-08-20 Thread Alexandru Ermicioi via Digitalmars-d-announce
On Friday, 19 August 2016 at 14:13:54 UTC, Eugene Wissner wrote: On Tuesday, 16 August 2016 at 09:41:27 UTC, Alexandru Ermicioi wrote: Good day. I'd like to show my library aedi (v0.0.1), which implements dependency injection pattern. They key features of aedi are: 1) Simple api through whic

Re: Aedi - a dependency injection library

2016-08-19 Thread Engine Machine via Digitalmars-d-announce
On Friday, 19 August 2016 at 14:13:54 UTC, Eugene Wissner wrote: On Tuesday, 16 August 2016 at 09:41:27 UTC, Alexandru Ermicioi wrote: [...] How does it compare to poodinis? It has a better name!

Re: Aedi - a dependency injection library

2016-08-19 Thread Eugene Wissner via Digitalmars-d-announce
On Tuesday, 16 August 2016 at 09:41:27 UTC, Alexandru Ermicioi wrote: Good day. I'd like to show my library aedi (v0.0.1), which implements dependency injection pattern. They key features of aedi are: 1) Simple api through which a container can be configured with objects. 2) Ability to exten

Re: Aedi - a dependency injection library

2016-08-18 Thread Rory McGuire via Digitalmars-d-announce
On Thu, Aug 18, 2016 at 8:56 PM, Alexandru Ermicioi via Digitalmars-d-announce wrote: > On Tuesday, 16 August 2016 at 19:24:22 UTC, Rory McGuire wrote: > >> On 16 Aug 2016 20:45, "Alexandru Ermicioi via Digitalmars-d-announce" < >> digitalmars-d-announce@puremagic.com> wrote: >> >>> >>> On Tuesda

Re: Aedi - a dependency injection library

2016-08-18 Thread Alexandru Ermicioi via Digitalmars-d-announce
On Tuesday, 16 August 2016 at 19:24:22 UTC, Rory McGuire wrote: On 16 Aug 2016 20:45, "Alexandru Ermicioi via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: On Tuesday, 16 August 2016 at 14:25:10 UTC, Jacob Carlborg wrote: On 2016-08-16 11:41, Alexandru Ermicioi wrot

Re: Aedi - a dependency injection library

2016-08-16 Thread Rory McGuire via Digitalmars-d-announce
On 16 Aug 2016 20:45, "Alexandru Ermicioi via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > On Tuesday, 16 August 2016 at 14:25:10 UTC, Jacob Carlborg wrote: >> >> On 2016-08-16 11:41, Alexandru Ermicioi wrote: >> >>> https://github.com/aermicioi/aedi >> >> >> If you us

Re: Aedi - a dependency injection library

2016-08-16 Thread Alexandru Ermicioi via Digitalmars-d-announce
On Tuesday, 16 August 2016 at 14:25:10 UTC, Jacob Carlborg wrote: On 2016-08-16 11:41, Alexandru Ermicioi wrote: https://github.com/aermicioi/aedi If you use: ```d ``` For the code block you'll get syntax highlighting for D. Thx, for info. Didn't know about such syntax. I'll update it wit

Re: Aedi - a dependency injection library

2016-08-16 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-08-16 11:41, Alexandru Ermicioi wrote: https://github.com/aermicioi/aedi If you use: ```d ``` For the code block you'll get syntax highlighting for D. -- /Jacob Carlborg

Aedi - a dependency injection library

2016-08-16 Thread Alexandru Ermicioi via Digitalmars-d-announce
Good day. I'd like to show my library aedi (v0.0.1), which implements dependency injection pattern. They key features of aedi are: 1) Simple api through which a container can be configured with objects. 2) Ability to extend the library with custom logic required by your code. 3) Ability to