Test-Driven Development in PHP: First Steps

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 19

  • @Meinungsmacher
    @Meinungsmacher 3 ปีที่แล้ว +6

    this moment when he said „composer is a new tool...“ and you realise how old this video is

  • @Nahiyan12
    @Nahiyan12 9 ปีที่แล้ว +2

    Just a pure awesome tutorial. Loved the speed and the way you explained everything.

  • @DrSystemAddict
    @DrSystemAddict 12 ปีที่แล้ว

    Awesome! please please please make more. Jeffrey Way, you are my hero!

  • @eatplaythink
    @eatplaythink 11 หลายเดือนก่อน

    Excellent tutorial.. subscribed!

  • @InMemoryOfNeo
    @InMemoryOfNeo 10 ปีที่แล้ว +1

    thx a lot for this video. I have a little question. is the composer good for package management? what is difference between phing and composer? which is better?

  • @yahyaKacem
    @yahyaKacem 12 ปีที่แล้ว

    good tutorial, hopefully it's a part of a series of tutorials about TDD in PHP.

  • @devalpatel7123
    @devalpatel7123 12 ปีที่แล้ว

    Woooooooooow......amazing...Thank you soo much for sharing....

  • @MaherSallam
    @MaherSallam 12 ปีที่แล้ว

    Great video as always Jeffrey. I would just like to mention Guard::PHPUnit (can't link to it here, but google is a thing :) ) here which can automatically run tests when sources change. It can be helpful for beginners as it would allow them to see test failures as they happen without the need to go back to the terminal and run PHPUnit. Check it out!

  • @teolcd
    @teolcd 12 ปีที่แล้ว

    test-driven means you can control your development with test cases. Before getting to this, I used to change and reload things and check some cases I know. When your project becomes something bigger, there're many cases you don't know yet. So there it comes a test case from your partner so you can debug and give it a fix.

  • @TobyOsbourn
    @TobyOsbourn 12 ปีที่แล้ว

    Guard looks like it could be very useful, I would feel a little dirty using a Ruby app to look after PHP development though!

  • @JavierPortillo1
    @JavierPortillo1 8 ปีที่แล้ว +1

    there's support for composer now! yey! :D

  • @zakaruPL
    @zakaruPL 6 ปีที่แล้ว

    hi! where's the rest vidz of this series?

  • @nirnullz
    @nirnullz 11 ปีที่แล้ว

    the composer.phar file have this "#!/usr/bin/env php" at the first line.
    That syntax make the linux or mac execute file as binary with php compiler.

  • @adityamenon
    @adityamenon 12 ปีที่แล้ว

    Question... how is it that after you moved it to /usr/bin you needed to no longer run it through php first? How did it become standalone

  • @adityamenon
    @adityamenon 11 ปีที่แล้ว

    Wow... thanks! That's one mystery solved :)

  • @himaniarora2020
    @himaniarora2020 7 ปีที่แล้ว

    this is fine.. but what if we want to work with websites made in PHP? can anyone help me by providing their email id so that I can send u more details ?

  • @anuragvdo
    @anuragvdo 11 ปีที่แล้ว

    Why it is pronounced net-tuts (like huts) and not net-tutes (likes chutes)?

  • @cdavid0624
    @cdavid0624 12 ปีที่แล้ว

    I don't understand what benefits you get from test-driven development.

  • @xavorTM
    @xavorTM 11 ปีที่แล้ว

    cmon, help for win users ...