Let’s Set the Records Straight

Sdílet
Vložit
  • čas přidán 27. 03. 2024
  • Records in Java provide several improvements over writing classes when working predominantly with data. However, we have to understand a few nuances to make good use of them. This presentation will start with a short refresher about records and then dive into details surrounding the construction and life cycle of Records. Knowing these will help you to make better use of Records and avoid surprises.
    Speaker: Dr. Venkat Subramaniam
    Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., an instructional professor at the University of Houston, and key organizer of the dev2next conference.
    He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.
    Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award-winning book Practices of an Agile Developer. You can find a list of his books at www.agiledeveloper.com.
    Join us:
    Website: jb.gg/website
    Blog: jb.gg/blog
    Twitter: / intellijidea
    Facebook: / intellijidea
    Download IntelliJ IDEA: jb.gg/download-intellij-idea
    Top 15 IntelliJ IDEA shortcuts: jb.gg/Top15IntelliJIDEAShortcuts
    #javarecords #java #intellijidea #intellijideaconf

Komentáře • 12

  • @jackfrosch
    @jackfrosch Před 4 měsíci +9

    Even when I think I understand a topic well, Venkat always manages to bring me to a deeper understanding. Thanks, my friend!

  • @gauravaws20
    @gauravaws20 Před 4 měsíci +1

    i dont even program in java anymore but I never miss a session from Dr Venkat. Thank you sir.

  • @nasamind
    @nasamind Před 4 měsíci +2

    Happy to see you sir..

  • @user-lv5hi7kx9j
    @user-lv5hi7kx9j Před 3 měsíci

    100% agreed that Java record perfectly works as a tuple. We are already using this approach in our production code.

  • @avalagum7957
    @avalagum7957 Před 4 měsíci +4

    Dr Venkat's mustache is bigger/thicker than before 🙂

    • @brooksfire9580
      @brooksfire9580 Před 4 měsíci

      He's just happy to see you, avalagum7957 :)

  • @mehmoodrehman6336
    @mehmoodrehman6336 Před 4 měsíci

    Excellent session very detailed

  • @terteseamos579
    @terteseamos579 Před 3 měsíci

    Thank you this was very details

  • @vijayjangid8967
    @vijayjangid8967 Před 4 měsíci

  • @bdeva029
    @bdeva029 Před 3 měsíci +2

    IntelliJ video where the speaker is using Vim hahahahaha

  • @raven8brain
    @raven8brain Před 4 měsíci +1

    5:19 😂

  • @adambickford8720
    @adambickford8720 Před 4 měsíci

    Pragmatically, records aren't even close to lombok. Once they get pattern matching it'll be different, but right now records are mostly a subset of lombok.