Generics in depth - Generics in PHP #2

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 17

  • @nielsmoens1612
    @nielsmoens1612 2 роки тому

    I actually love these little mini video's, nice and simply edited and it doesn't consume that much time while being very well filled with content

  • @patricknelson
    @patricknelson 2 роки тому

    1:40 - Awesome, thanks for this DocBlock syntax. I didn't realize this already existed at least at the IDE level.

  • @Darkray201
    @Darkray201 Рік тому

    Nice video! I would love to see a video about variable scope and how php lacks the feature of blockscoped variables. Nobody in their right minds would use 'var' instead of 'let' and 'const' in Javascript nowadays.

  • @mreduar
    @mreduar 2 роки тому +1

    I just wanted to ask you if in the future PHP will implement this functionality, but I see that you will explain it better in a new video. Will this become a new standard? It would be good to know. By the way it would be great if you put the subtitles as in your previous videos, my English sometimes fails, I'm still learning it :)

  • @TENMAJKL
    @TENMAJKL Рік тому

    But the problem is that there are people who don't use phpstorm, so when they deal with generics, its pain. Luckily phpactor will support it in the future.

  • @ruslansteiger
    @ruslansteiger 2 роки тому

    ❤️

  • @KeganVanSickle
    @KeganVanSickle 2 роки тому +2

    "Boring Generics". 😆 Those are kind of synonymous.

  • @elrbybark
    @elrbybark 2 роки тому +1

    PHP is slowly becoming C#

    • @mabdullahsari
      @mabdullahsari 2 роки тому

      No.

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 2 роки тому

      how is that?

    • @elrbybark
      @elrbybark 2 роки тому +1

      @@kenjohnsiosan9707 first attributes and now heading towards generics, even the syntax looks similar with different wording

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 2 роки тому +1

      ohh i see. make sense. thank u for even giving an example.

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 2 роки тому

      i see generics as sort of return types in java and other programming language. is that so please confirm? thanks in advance.