Тёмный

This Book Changed how I Refactor Code 

Gui Ferreira
Подписаться 13 тыс.
Просмотров 6 тыс.
50% 1

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

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@gabrielazdravkova
@gabrielazdravkova 6 месяцев назад
Thank you for sharing, great insight. I'm entirely convinced to read it :)
@gui.ferreira
@gui.ferreira 6 месяцев назад
Hope you enjoy it!
@kitsurubami
@kitsurubami 6 месяцев назад
I am guilty of long pause refactoring. A new book by Kent Beck! Thank you for sharing :)
@langhamp8912
@langhamp8912 6 месяцев назад
The Boy Scout principle and the "don't break it" can be resolved somewhat easily (but enjoyably!) by having adequate code coverage on your unit tests, but it's extremely hard to convince programmers to use unit tests. It's virtually impossible to refactor even fairly simple programs without unit tests, but it's easy to write, rewrite, and refactor even fairly complex programs with unit tests. I personally avoid big refactoring such as splitting or combining classes until I have a better understanding of the information they represent, but I do notice if I just go ahead and refactor then I end up with a much better understanding of the information. I do lots of little refactors, though, but I make sure each path is thoroughly unit tested.
@NostraDavid2
@NostraDavid2 6 месяцев назад
Boy Scouting is hard to enforce. For context: we have over 50 repos, 30+ of those are your regular applications (the rest is configuration, gitops, rollout scripts for our alerting system, documentation, or config backups). So I've built an internal tool to be able to apply a refactoring to all our repos in one go (clone all our repos into a local folder, switch them to a branch, apply a script to all repos, add and push the change, and even open up a PR with one or more team mates to review). Now we can boyscout all out repos in one go.
@sp3ctum
@sp3ctum 6 месяцев назад
@@NostraDavid2 sounds like you are applying some automation that performs the refactorings. Is this some kind of AST transformation, perhaps? Just curious as I have written a couple of small ones for single repositories within the last year.
@langhamp8912
@langhamp8912 6 месяцев назад
@@NostraDavid2 My biggest concern is convincing people to even use unit testing so refactoring can occur safely, and not the specific process of refactoring. And I can understand their viewpoint as it took about 2 years to convince me unit testing was important, and only because I was required to. It's hard to articulate to others just how important unit tests are, and how they make programming so much easier with much less code breakage. I feel large programs eventually get "frozen" as any small change has large effects, but unit tested programs don't seem to suffer from such problems.
@WhisperII
@WhisperII 6 месяцев назад
Probably, in some time, the term 'tidy' would have same connotation as refactoring
@Souljacker7
@Souljacker7 6 месяцев назад
I don't care, I'll buy it because of the cat!
@gui.ferreira
@gui.ferreira 6 месяцев назад
Sponsored by Whiskas 😉
@hugosales8102
@hugosales8102 6 месяцев назад
Portugal mencionado?? The book seems relatively good, but seeing as though it's connected to TDD and Clean code, I think it's gonna be a miss from me
@gui.ferreira
@gui.ferreira 6 месяцев назад
Olá Hugo 😉
@TijgerPapa
@TijgerPapa 6 месяцев назад
Talking about a book for 10 minutes without giving any information 🙄, just opinions. So how do you look now on those contradicting ideas? You said the book gave you a new perspective, but how? What is your perspective now? And price? You say it's expensive. How expensive? What's expensive for you may not be expensive for me. And yes, I can Google it. But I'm here, now, you're talking about it. Why not just say it?
Далее
THIS stops 90% of C# Developers Learning TDD
19:40
Просмотров 14 тыс.
Tidy First? Kent Beck on Refactoring
46:20
Просмотров 9 тыс.
How to Avoid Nulls
8:13
Просмотров 2,6 тыс.
Why Most Programmers DON'T Last
18:56
Просмотров 311 тыс.
How To Not Suck At Design For Developers
14:23
Просмотров 83 тыс.
Hexagonal Architecture (All You Need to Know)
9:51
Просмотров 8 тыс.
I've Read Over 100 Books on Python. Here are the Top 3
9:26
10 Tools EVERY Software Engineer Should Know
9:46
Просмотров 8 тыс.
My 10 “Clean” Code Principles (Start These Now)
15:12
REST, gRPC, or GraphQL: Which Should You Use?
13:17
Просмотров 2,5 тыс.
Goodbye Exceptions! Hello Result Pattern!
9:16
Просмотров 9 тыс.