Design Patterns Revisited in Modern Java by Venkat Subramaniam

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 20

  • @scormaq
    @scormaq Рік тому +22

    "code should reflect empathy" - the best take ever!

  • @dezee2412
    @dezee2412 Рік тому +19

    I had a interview test about 2018. Their solution was classic strategy mine was a 1 line lambda...Patterns were often countering limitations in the old java. Unfortunately, devs often still write this old style java as they do not know about latest function support.

  • @liveonphoenix5045
    @liveonphoenix5045 Рік тому +4

    The individual is encouraged to adopt a practice of sincere empathy towards both their RAM and the GC. Such consideration has the potential to significantly improve the system's performance and overall efficiency. The notion of embracing this approach is highly appreciated.

    • @liveonphoenix5045
      @liveonphoenix5045 Рік тому

      Oh, the statement above is not solely focused on the GC, rather, it encompasses the entire virtual machine of this particular computer programming language.

  • @dhineshbabu9376
    @dhineshbabu9376 9 місяців тому +4

    If you want to learn the art of teaching, follow sir "Venkat Subramaniam"

  • @manichalla443
    @manichalla443 Рік тому +5

    I Thoroughly enjoyed the entire talk, thank you for sharing!

  • @onebeartoe
    @onebeartoe Рік тому +5

    This was a great talk. Thanks for sharing!

  • @digisecureagent7679
    @digisecureagent7679 9 місяців тому

    The last pattern also called Facade Pattern

  • @skipua
    @skipua Рік тому +5

    The purpose of decorator pattern is to add new behavior to existing object dynamically, but refactored solution with Function(s) look more like chain of responsibility/strategy, not decorator.

  • @figure-kim
    @figure-kim Рік тому

    So cool! Thx!

  • @niviten
    @niviten Рік тому +2

    11:57 this guy does copy and paste in vim using ctrl+c and ctrl+v? mapped?

    • @BartoszRybacki0
      @BartoszRybacki0 Рік тому +4

      you can only do this if you have no shoes ;-D

  • @TheEliteGentleman
    @TheEliteGentleman 10 місяців тому +1

    Venkat has no shoes on? 😲

  • @yifanyang6400
    @yifanyang6400 9 місяців тому

    ”not to ever trust a feature with the word 'management' in its name"

  • @CheeseStickzZ
    @CheeseStickzZ 8 місяців тому +1

    The funny thing is that, he had to prepare all of these specifically for the presentation, he probably never used any of this in his projects LMAO, because most devs would not understand it and the maintainability of the application goes down. Can confirm i've been developing production grade software for 7 years and never used any of these lambda shenanigans. You will mostly only use lambdas in streams and api methods that take lambdas as arguments, you will pretty much never be abstracting away stuff by creating your own predicates and functions.

    • @user-qz2uq8wx8w
      @user-qz2uq8wx8w 7 місяців тому

      Well if you don't, you should, as long as developers understand it, maintenability actually goes up.

    • @cosmowanda6460
      @cosmowanda6460 6 місяців тому

      Congrats, you just realized that talks like this have examples.
      Everything he said has been an irl problem before ... That's why design partners are a thing. Most design patterns won't even exist if java has a proper type system.
      Idk why java devs hate change. My OOP prof that taught java docked marks for using records that have been out since java 14 or so.
      Y'all need to get with the times lmao

  • @borin2882
    @borin2882 9 місяців тому

    the intro is so loud and want to breaks my ear as well. please decrease it tho.