Тёмный

DRY Software Patterns & Microservices • Dave Farley • GOTO 2022 

GOTO Conferences
Подписаться 1 млн
Просмотров 12 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@patrickbyers6940
@patrickbyers6940 10 месяцев назад
Very informative, thanks! If I expect to tackle microservices, I should revisit my copy of Building Microservices (2015) by Sam Newman. Looks like there might even be a new edition as of 2021!
@ratsock
@ratsock 2 года назад
“Just because you’re writing in C doesn’t mean you have to write crap code”. classic 😂
@stefanarnautu3032
@stefanarnautu3032 2 года назад
Seriously though, what's with C devs that insist on writing spaghetti code? (Speaking as a developer that started out writing C and had to unlearn a lot of my bad habits)
@yangmungi
@yangmungi Год назад
I think it can help clarifying why depending on different versions of a module is no longer DRY. The only reason I can think of is that if there is a fix required for a dependency that has downstreams using multiple versions, then there is a potential the fix needs to be applied multiple times. In theory this can be done one time as well - with clever enough SCM techniques; but obviously there is a good chance that an automated refactor/retro-fix is insufficient.
@Bosslogq
@Bosslogq 2 года назад
Hi Dave, wondering if you meant to upload this video to your CD channel 😀
@isanrodrigueztrimino6701
@isanrodrigueztrimino6701 2 года назад
Actually DRY is about duplication of knowledge not code itself, is ok to have code duplication is needed. In case of service A and B they may use the same functionality but if the shared functionality in any service needs or could change is ok to duplicate code.
@hellowill
@hellowill 2 года назад
> if the shared functionality in any service needs or could change Then by definition its not duplicate code. Code is only duplicate if it changes for the same reasons and at the same time.
Далее
The Problem With Microservices
17:47
Просмотров 434 тыс.
Шоколадная девочка
00:23
Просмотров 819 тыс.
Complete Kubernetes Course - From BEGINNER to PRO
6:14:41
How Well Designed Are Your Microservices?
19:44
Просмотров 31 тыс.