@scormaq

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

@rafaelbraga3d

Venkat is amazing, there is not a single video to watch from him that you don't learn something useful.

@liveonphoenix5045

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.

@dezee2412

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.

@manichalla443

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

@dhineshbabu9376

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

@onebeartoe

This was a great talk.  Thanks for sharing!

@skipua

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.

@digisecureagent7679

The last pattern also called Facade Pattern

@niviten

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

@figure-kim

So cool! Thx!

@yifanyang6400

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

@TheEliteGentleman

Venkat has no shoes on? 😲

@borin2882

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

@CheeseStickzZ

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.