Salesforce Apex Master Class (Ep. 21) - When to use the Static Keyword in Apex

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

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

  • @al3550
    @al3550 2 года назад +1

    Great Video!!!! As a seasoned SF dev I have seen this issue occur in all levels of development. Static vs Non-Static is a concept that, I feel, begins a developer down a terrific path of thinking bout code as a living entity that has function AND form vs just some lines that accomplish a user story on a Jira board. Great video. Looking forward to new ones in this series.

  • @pedroprada1
    @pedroprada1 2 года назад +1

    This new video helped a lot in understanding Static methods.... Hopefully when we do a project in future you can mention your thought process on why you chose for that particular use case...

  • @oyoyoyoyoyoy9479
    @oyoyoyoyoyoy9479 2 года назад +1

    thank you. I'm trying to like every your video. they are very helpful to me as a low-junior

  • @domhorton4044
    @domhorton4044 2 года назад

    Very useful explanation

  • @Renato-ul3mb
    @Renato-ul3mb 2 года назад

    Niceeee thanks father

  • @sasireddypolimera
    @sasireddypolimera 10 месяцев назад

    give me a real time example when we go for static and when to go for nonStatic methods in apex??

  • @chrisburns1733
    @chrisburns1733 2 года назад

    What are your thoughts on putting system.debug statements in prod code? I have two people that I work with that disagree strongly on this.

    • @CodingWithTheForce
      @CodingWithTheForce  2 года назад +5

      Debugging is for lower environments. They should be removed prior to prod ideally. In prod you should have error logging and you should NEVER be debugging there. Those debug statements actually slow down the execution of your code as well which isn’t ideal.

  • @drmordica08
    @drmordica08 Год назад

    Chiefs!

  • @aalailasafouane1067
    @aalailasafouane1067 10 месяцев назад

    very great explanation