TypeScript - Beyond the Basics - Eric Potter

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

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

  • @kettenbach
    @kettenbach 5 ปีที่แล้ว +2

    Awesome talk. Super cool. And here I am thinking that I know Typescript pretty well and boom your video showed many more things I've not even taken advantage of. The unions and intersections are super cool. 👌

  • @haraldcarlsten6238
    @haraldcarlsten6238 2 ปีที่แล้ว

    Great video! Really great video! Just what I was looking for! Thank you, man!

  • @DanteDeRuwe
    @DanteDeRuwe 3 ปีที่แล้ว +1

    45:54 you can actually define uppercase and lowercase very easily!
    type X = "A" | "B"
    type Y = X | Lowercase
    Lowercase is an "Intrinsic String Manipulation Type" built-into TS!

  • @bstrnx
    @bstrnx 4 ปีที่แล้ว +2

    2021 update: Enums can also be stored as other types (strings, etc)

  • @explosivehotdogs
    @explosivehotdogs 2 ปีที่แล้ว +1

    The only problem I have with TS thus far is the backward naming convention of unions and intersections; set theory already defined how this works and it's abhorrent to me that MS would make up their own definition that makes sense to them...

  • @topcat8137
    @topcat8137 4 ปีที่แล้ว +11

    And he only covered the BASICS...

  • @enicolasgomez
    @enicolasgomez 4 ปีที่แล้ว

    No generics on generics example. Good job.

  • @droid806
    @droid806 3 ปีที่แล้ว

    The questions broke the flow of the talk. Maybe doing them at the end would had been a better idea

  • @hansschenker
    @hansschenker 5 ปีที่แล้ว +2

    Harry Potter or Eric Potter?

    • @richhich327
      @richhich327 4 ปีที่แล้ว

      It's his half-brother...

  • @khiemton-that5441
    @khiemton-that5441 4 ปีที่แล้ว +1

    Explaining Typescript from the perspective of a C# developer is not a nice idea...
    Why the hell would you ever use class examples in typescript presentation....
    Bring us some haskell or OCaml pros, who clearly understand functional programming.

    • @haraldcarlsten6238
      @haraldcarlsten6238 2 ปีที่แล้ว

      Sorry! But Typescript was developed by the same guy who made C#