Even when I think I understand a topic well, Venkat always manages to bring me to a deeper understanding. Thanks, my friend!
@gauravaws209 ай бұрын
i dont even program in java anymore but I never miss a session from Dr Venkat. Thank you sir.
@ЮрийШотин8 ай бұрын
100% agreed that Java record perfectly works as a tuple. We are already using this approach in our production code.
@nasamind9 ай бұрын
Happy to see you sir..
@mehmoodrehman63369 ай бұрын
Excellent session very detailed
@bulelanibotman5 ай бұрын
I finally understand some of the concepts of Records but got lost in the constructors, I need to rewatch that section only
@AtulKShrestha3 ай бұрын
How do we handle a situation where I have, let's say, 10 or more attributes? It is error prone to use it with a constructor. Should we then create a builder inside record to help with object creation? Would that not be verbose or is that the best option? With lombok and DTO we can use @Value and @builder to achieve immutability and builder but I understand then we are depending on Lombok which we like to avoid when possible for the reason you mentioned in the video.
@terteseamos5799 ай бұрын
Thank you this was very details
@avalagum79579 ай бұрын
Dr Venkat's mustache is bigger/thicker than before 🙂
@brooksfire95809 ай бұрын
He's just happy to see you, avalagum7957 :)
@bdeva0299 ай бұрын
IntelliJ video where the speaker is using Vim hahahahaha
@vijayjangid89679 ай бұрын
❤
@adambickford87209 ай бұрын
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.