Thanks for making these videos, they are the best that I've seen on explaining things on my level. Keep them coming
@softwareengineeringandsale40052 жыл бұрын
Thank you Nathan!!
@swapnildarakhe985710 ай бұрын
This is one of the most important concepts because we keep passing arguments and yet think everything is pass by value 😂 Till we get to know about this topic. I misunderstood this because I thought the scope of a variable is till that method only hence it must be creating a copy of that passed arguments
@softwareengineeringandsale40059 ай бұрын
glad you enjoyed it
@tunlin0072 жыл бұрын
What a fantastic channel! Very good explanation. Please keep on sharing more
@banderson51442 жыл бұрын
Excellent demonstration on Pass By value for primitives in Apex. As for your comment about whether to show these demos by Execute Anonymous or Unit Tests, I would vote for Unit Tests just to get the community be more comfortable with it and to also prioritize writing good Unit Tests.
@softwareengineeringandsale40052 жыл бұрын
Thanks, Bryan, I know I have caused some nasty bugs when I did not understand that I was not working with a brand new copy of an object.
@dzmitryvarabei67002 жыл бұрын
as for me, it's better to use Anonymous Apex instead of Unit Test in interest of time. Unit Tests are fine only if it's a video about Unit Tests itself ) And looking forward video about Builder Pattern vs inline SOQL queries.
@softwareengineeringandsale40052 жыл бұрын
Thanks for your feedback Dzimitry
@softwareengineeringandsale40052 жыл бұрын
My rough goal is three videos on CS concepts then a design pattern.
@dzmitryvarabei67002 жыл бұрын
@@softwareengineeringandsale4005 Sounds great
@shabareess.k1213 Жыл бұрын
Hello, Great video. Just a small doubt, List should be an primitive data type right ? Why is it treated as non primitive data type here ? Thanks in advance
@softwareengineeringandsale4005 Жыл бұрын
Hi i have not looked at this video in a long time but i expect your confusion is that a List is not a primitive even if it points to all primitive types