Тёмный

The Builder Pattern Part 1 

Просмотров 1,6 тыс.
% 53

We cover static factory methods, the fluent interface, and the fluent builder.
All the code for today's video is here github.com/bdJohnson72/Design-Patterns-In-Apex/tree/master/force-app/main/default/classes/Builder
The book Effective Java: www.amazon.com/Effective-Java-Joshua-Bloch/dp/0134685997

Наука

Опубликовано:

 

3 сен 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@jayantsande
@jayantsande Год назад
Mr. Brooks, this is great channel ! If you could also shed light on Recursion of Triggers that will be great series to watch
@jonathankee9322
@jonathankee9322 2 года назад
I just started effective java and saw some similarities. I like the book so far and plan on sticking with it, it fills a lot of gaps in my knowledge on why Java is the way it is. I like item 15 where it explains how to use the 4 access modifers well.
@vetealaurent3380
@vetealaurent3380 2 года назад
great stuff ! on my previous project we were using this pattern to create event log records ! just learnt that it is called the builder pattern 😂
@softwareengineeringandsale4005
@softwareengineeringandsale4005 2 года назад
Glad you liked it