Generics in depth - Generics in PHP #2

Поделиться
HTML-код
  • Опубликовано: 29 окт 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 :)

  • @ruslansteiger
    @ruslansteiger 2 года назад

    ❤️

  • @TENMAJKL
    @TENMAJKL 2 года назад

    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.

  • @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 года назад

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

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 2 года назад

      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.