Organizations

  • I’ve done a BBL version of my DDD introduction talk in Qualcomm Life Paris. This one was very challenging because I had to compress a two hour talk in one hour. I’m looking forward to present it again. The slides are here. Next event, DDDEurope 2019 Amsterdam, as a visitor :).
    DDD Talk BBL Created Fri, 14 Dec 2018 18:00:00 +0100
  • Inheritance abuses bores me. I’m sorry to tell this, but IT teaching is often responsible.

    The course usually say something like this:

    When behaviour is used in several classes, then create a root class and put your code in there in a protected method. So all the children classes can reuse the behaviour.

    So inheritance is solving the reusability problem.

    I learnt to code this way, with a bunch of animals as examples.

    SOLID Inheritance Anemic Anti-pattern Created Tue, 20 Mar 2018 09:00:00 +0100
  • I use tests frameworks all the time. Whether I do TDD or try a code sample. It’s the faster way isn’t it ?

    I become a “green addict”. I feel unconfortable when I’m not seeing green dots on my test runner - or when I do not see red dots when I change code (which frightens me much more).

    Thinking Designing Practices Testing Created Thu, 15 Feb 2018 19:00:00 +0100
  • I was at the DDD Europe conference this year. I’m very interested in design oriented conference.

    I have the feeling that the conference was not really about design, but about changing minds, point of view and improve ones understanding.

    DDD Conference Created Tue, 06 Feb 2018 19:30:09 +0100
  • I found this interesting free EBook online: Essential JS Design Pattern Nice and easy :).
    Design Pattern Created Tue, 20 Dec 2016 12:30:31 +0100
Next