The Practical (and Subtle) Differences Between Traits and Abstract Classes in Scala | Rock the JVM

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

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

  • @НаврузСафабаев-щ5л
    @НаврузСафабаев-щ5л 2 года назад

    Much thanks Daniel, i'm watching your blog about scala from Uzbekistan) I guess your students are the happiest in the world, as they have such a good Tutor)))))
    Thanks a lot!)

  • @chetansp912
    @chetansp912 4 года назад +2

    Very well explained.! A big thanks for pointing out the reason why not to use a trait at all times instead of an abstract class.

  • @saint_michael_the_archangel
    @saint_michael_the_archangel 4 года назад +1

    Thanks for this content Daniel. It really boosts the engagement of Scala Community. Much appreciated.

  • @rafaeldelgado7860
    @rafaeldelgado7860 3 года назад +1

    Very impressive explanation!

  • @andreezy777
    @andreezy777 3 года назад

    Yeah, thanks, explained understandable, also thanks for the structured presentation of the material.

    • @rockthejvm
      @rockthejvm  3 года назад

      Check out the other stuff on the channel, I use the same style.

  • @theirshadow
    @theirshadow 4 года назад +4

    Awesome vid! Daniel, do you have any plans on doing a course about purely functional approaches to real-world applications? I think a lot of people would be interested in such a course, especially when a lot of projects are migrating from Akka to Cats/ZIO/Monix etc. (at least in my country)

    • @rockthejvm
      @rockthejvm  4 года назад +3

      Yep - Cats course cooking as we speak!

  • @jeevankishore55
    @jeevankishore55 4 года назад +1

    Hi Daniel,
    I have completed your both scala courses @ udemy. Nice lectures.

    • @rockthejvm
      @rockthejvm  4 года назад +1

      Congrats! I hope they'll serve you for a long time.

    • @jeevankishore55
      @jeevankishore55 4 года назад

      @@rockthejvm LinkedIn url is unavailable.

    • @rockthejvm
      @rockthejvm  4 года назад

      @@jeevankishore55 fixed - thanks for pointing out! For convenience: linkedin.com/company/rockthejvm

    • @MirrorsEdgeGamer01
      @MirrorsEdgeGamer01 3 года назад

      @@rockthejvm Great video. I am to Scala, but I just wanted to add that traits cannot have context-bound generics.