SOLID Design Principles with Realtime Java Examples

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

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

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

    Full Java Course Link: www.udemy.com/course/java-tutorial-by-sagar/?referralCode=B2C1AF2A47791ED56171

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

    Best video on solid principles with simplest examples

  • @gpadisal
    @gpadisal Год назад +1

    Simple and crisp examples.

  • @sathyamurthy5918
    @sathyamurthy5918 6 месяцев назад +1

    Very Good explanation on SOLID Principles

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

    After a long time, I have seen an explanation so simple and right on spot

  • @amazayaz
    @amazayaz Год назад +1

    very well explained! this is the
    best video to understand SOLID principles on youtube. Thanks much! Subscribed

  • @Srinivas_kartheek
    @Srinivas_kartheek 3 года назад +2

    Seeing you after a long time sir... A very good lecture...Expecting more lectures from you.. Atleast once in a week sir.... 👍👍👍

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

    I have seen many videos on youtube , but your way of explanation is super super awesome :)

  • @spotnuru83
    @spotnuru83 Год назад +1

    it is good but should have also covered why we should do this? what kind of challenges we avoid and how it helps etc

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

    very simple examples very nicely explained

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

    Very good explanation. Thank you so much

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

    These are really good examples and you have explained them very well. Thanks for your efforts.

  • @m.praveenkumar3702
    @m.praveenkumar3702 8 месяцев назад +1

    Very usefull video...

  • @himanshugupta7359
    @himanshugupta7359 8 месяцев назад +1

    very nice explanation :)

  • @kirane5911
    @kirane5911 Год назад +1

    Very good video

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

    Very detailed in simple terms with good examples.. Keep Doing it.. I am also Expecting more lectures from you.. Thanks a lot..

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

    Very usefull examples, you made it look way to easy 😅! Thank you for sharing it!

  • @638naveen
    @638naveen 2 года назад +1

    Really a nice explanation

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

    As a beginner, this is what I'm looking for.

  • @predeepjain4253
    @predeepjain4253 Год назад +1

    Nice

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

    awesome. great work .

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

    Thank you and greetings from Bulgaria.
    I have some C# background I went now to look for those principals as mandatory for expanding skills and knowledges. But just touching the first and second principals (SO... part) I find they contradict each other.
    Single responsibility and then Opened for extensions - where extensions means adding more features i.e. responsibilities.
    Am I the only one seeing that those are inconsistent philosophies.
    Thank you.

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

      May be let's think it in a different way, in case of open for extensions, mostly we will be creating new component (say a derived class) instead of modifying the existing component. The example discussed in the video demonstrates plug and play model, may be in layman terms we can take a drilling machine as an example and the tools are those external components which modify or extend the machine, but as a machine it is handling single responsibility i.e. to spin the wheel. Hope it helps.

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

      Thank you for your efforts to educate us.
      I will keep thinking. But it is really confusing especially the fact that those contemporary authors have left so little details and now we have interpret them just as the religion scholars are trying to interpret Buddha's words or Jesus'. And then result is that we have twice as many opinions than scholars.

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

    Liskov 🤷🏻‍♂️

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

    With single example explain all principles sir rather than different example for each principle