<?xml version="1.0"?><rss version="2.0">
    <channel>
        <title>Joind.in</title>
        <link>https://joind.in/</link>
        <description>Joind.in</description>
        <language>en-us</language>
        <pubDate>Mon, 13 Feb 2012 12:41:29 +0000</pubDate>
    </channel>
    
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Great presentation and great topic approach. Nicely done! Will look at the slides later on again.</description>
                <pubDate>Sat, 30 Jan 2010 14:53:20 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Good introduction... closures are cool but confusing :-)</description>
                <pubDate>Sat, 30 Jan 2010 15:12:45 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very good presentation. Interesting stuff, which I will (have to) look into depth a bit more at home. I'm not a symfony guy, so he lost me in the last part a bit when he started juggling with Symfony yaml and xml files.</description>
                <pubDate>Sat, 30 Jan 2010 16:26:30 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>some good real world examples on lambdas and closures. Interesting piece of code based on these showing a dependency injection container. The talk invites you to start playing with the features at home. 
However I must agree with Amazium on the Symfony part.

But overal a very good presentation!</description>
                <pubDate>Sat, 30 Jan 2010 16:34:07 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>I enjoyed this talk. It was a good balance of the basic concepts followed by a trivial implementation, followed by a good real world example. This format really encourgaed me to look at the slides again and check out the code.

Although not a Symphony user, the last demonstration intrigued me. Perhaps I will try and use the tool in a future project. </description>
                <pubDate>Sun, 31 Jan 2010 00:13:09 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Extremely informative talk. First time I saw real practical use of lambdas and closures.</description>
                <pubDate>Sun, 31 Jan 2010 08:04:39 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very nice and professional presentation. Source formatting in code samples was unreadable (the purple) but otherwise no issues. Nice introduction to closures in php 5.3 and i'm very exited in Symfony 2 after seeing the code samples! </description>
                <pubDate>Sun, 31 Jan 2010 13:11:58 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very useful to see an example of lambdas and closures in practice.  Nice intro to the essence of the 'dependency design pattern' and easy to follow, despite the complex nature of the last pieces of code.

Being able to present a difficult topic in an understandable way is a talent few possess. </description>
                <pubDate>Sun, 31 Jan 2010 13:24:54 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very nice presentation about Dependency Injection. And a nice example on how to use some new PHP 5.3 features for the purpose of a Dependency Injection container.</description>
                <pubDate>Sun, 31 Jan 2010 13:59:17 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Excellent presentation. In contrary to many sources of information about dependency injection it clearly demonstrates how DI and DI containers can improve the way we work with code. Despite its seemingly simple implementation.

I must concur with previous statements that the purple (red?) text was not readable, even from a close distance.

Additionally the piece of code where it was showing a lamba in a another closure being used as callback (last step in creating the DI Container), I could not immediately spot how it should work due to its complexity (though I did figure it out whilst the slide was shown).

Nonetheless: great presentation!</description>
                <pubDate>Sun, 31 Jan 2010 17:05:41 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very good presentation by Fabien Potencier. Below is a small review:

Presentational stuff:
Too bad some code was not really readable on the projection screen. The purple color on the black slide could only be read from close by.
But that didn't really have an impact on the presentation.

The sound of this presentation was good and I could hear everything he said, in despite of other presentations where this wasn&#39;t the case.

Technical stuff:
He made some very interesting use of the new lambda and closure functionality in PHP 5.3 and actually provided a practical usecase example for people who might not have yet seen any practical usages for this specific new functionality.

Not only because of this alone the talk was already useful to view, it was also because he showed us how we could take advantage, and how we couldn&#39;t take advantage of Dependency Injection.

When should we use it, and when shouldn&#39;t we, and what approach should we take and which shouldn&#39;t we? Those are the questions he answered, and those are the ones he should have answered.

Bonuspoints for the technical content :).</description>
                <pubDate>Mon, 01 Feb 2010 11:21:14 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>I really liked the way everything was introduced, Fabien started with basics for every fraction of his code. Didn't see practical use of lambdas before and this made it all a lot clearer!</description>
                <pubDate>Mon, 01 Feb 2010 11:31:15 +0000</pubDate>
            </item>
        
            <item>
                <title>Comment on: Dependency Injection in PHP 5.2 and 5.3</title>
                <guid>https://joind.in/talk/view/1241</guid>
                <link>https://joind.in/talk/view/1241</link>
                <description>Very good presentation. Dependency Injection is an item to really think about. I would love to here more about Symfony once :-).</description>
                <pubDate>Tue, 02 Feb 2010 07:19:39 +0000</pubDate>
            </item>
        </rss>

