Better Way of Sorting in TypeScript: Order

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

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

  • @marcelovizcarra188
    @marcelovizcarra188 16 วันที่ผ่านมา +12

    Hi! Great video as always. I would like to see more examples of how to use Effect in a real-world app, like how to model the domain using schema, how to implement the repository pattern, CQRS, the endpoints (the Effect way) and how all of them work together, because I’ve seen a lot of independent examples, but I struggle a lot when it comes to orchestrate all of the pieces in a real application. I think there are almost no content regarding building an app from scratch using Effect. Thanks!

    • @lucas-barake
      @lucas-barake  15 วันที่ผ่านมา +1

      That's a great idea! Will do for sure.

  • @Danielo515
    @Danielo515 15 วันที่ผ่านมา +2

    It reminds me a lot to the Fp-ts way... At 7:27 you want.... Contramap!

  • @nafg613
    @nafg613 14 วันที่ผ่านมา

    This is much better in Scala ;)

  • @sarojregmi200
    @sarojregmi200 15 วันที่ผ่านมา

    Great video sir, will surely check effects after such a great intro.

    • @lucas-barake
      @lucas-barake  14 วันที่ผ่านมา

      Glad you liked it!

  • @srujangurram
    @srujangurram 15 วันที่ผ่านมา

    Clean !

  • @casull6447
    @casull6447 16 วันที่ผ่านมา

    thank you for video sir

    • @lucas-barake
      @lucas-barake  15 วันที่ผ่านมา

      You're welcome!

  • @malvoliosf
    @malvoliosf 9 วันที่ผ่านมา

    Very disappointed you didn’t use .reduce() to implement combine().

  • @brianjmquio5156
    @brianjmquio5156 15 วันที่ผ่านมา

    What's your IDE?

    • @sergioengineer
      @sergioengineer 15 วันที่ผ่านมา

      jetbrains

    • @abhishekkharwar
      @abhishekkharwar 15 วันที่ผ่านมา

      Looks like JetBrains' WebStorm

    • @lucas-barake
      @lucas-barake  15 วันที่ผ่านมา +1

      Yep. WebStorm

  • @_nikeee
    @_nikeee 15 วันที่ผ่านมา

    A compare function does not have to return 1 or -1, just something that is > 0 or < 0 respectively. Due to that, you can just subtract numbers: "(a, b) => a - b"

    • @lucas-barake
      @lucas-barake  14 วันที่ผ่านมา

      Yep, that works just as well.
      I suppose they use -1 | 0 | 1 to enforce a strict contract, and to also align with the definition of a total order.

  • @Karol-g9d
    @Karol-g9d 15 วันที่ผ่านมา

    "#" of computer cycle is the main importance . Less is better