TypeScript team members' reaction to ts-reset

Поделиться
HTML-код
  • Опубликовано: 30 авг 2023
  • First of all, if these topics interest you, you really should check out Total TypeScript (www.totaltypescript.com/). MiTS has absolutely no monetary affiliations to any company or individual and all videos are demonetized. Total TypeScript is just _THAT GOOD_.
    This video discusses one of the great packages under the total-typescript GitHub org: github.com/total-typescript/t...
    If you haven't already, you should check it out! It's a pretty deep problem domain with lots of considerations to weigh back and forth.
    This video was part of a little mini-series discussing a few different topics with Ryan and Daniel. You can watch a playlist of the whole discussion ( • how safe is "safe enou... ) or you can pick an individual video:
    - how safe is "safe enough" for TypeScript [part 1] - • how safe is "safe enou...
    - Flow and TypeScript actually have the same soundness goal (!!) [part 2] - • Flow and TypeScript ac...
    - how the TypeScript team factors in power users [part 3] - • how the TypeScript tea...
    - TypeScript team members' reaction to ts-reset - [part 4] • TypeScript team member...
    - why `exactOptionalPropertyTypes` isn't in strict-mode [part 5] - • why `exactOptionalProp...
    - replacing any with unknown everywhere - the story of the failed strictAny flag [part 6] - • replacing `any` with `...
    - what will TypeScript be like in the distant future? [part 7] - • TypeScript in the dist...
    MiTS Discord: discord.michigantypescript.com
    Twitter: / mitypescript
    Mastodon: fosstodon.org/@MichiganTypeSc...
    Threads: www.threads.net/@michigantype...
    Instagram: / michigantypescript
    TikTok: / michigantypescript
  • НаукаНаука

Комментарии • 7

  • @mattpocockuk
    @mattpocockuk 11 месяцев назад +21

    Loved this! Thanks for asking, Dimitri.

    • @MichiganTypeScript
      @MichiganTypeScript  11 месяцев назад +4

      and thank you for elevating the TypeScript community with so many great (and, often, free!) contributions!

  • @MichiganTypeScript
    @MichiganTypeScript  11 месяцев назад +5

    also: if you're interested more in this topic (separate of ts-reset), we discussed it more. look for another video titled:
    > replacing `any` with `unknown` everywhere - the story of the failed `strictAny` flag
    coming to a RUclips near you in the next 10ish days.

  • @jkjoker777
    @jkjoker777 11 месяцев назад +1

    sweet! more of this please 🙏🏼

  • @ChillAutos
    @ChillAutos 6 месяцев назад

    filter(Boolean) is the bane of my existence recently.

    • @MichiganTypeScript
      @MichiganTypeScript  6 месяцев назад

      and JavaScript implicit casting can make it even worse. dorey.github.io/JavaScript-Equality-Table is a good reference