5:50
3 Ideas on Refactoring by Martin Fowler
Nuggets from one of the most iconic programming books of all time. Get the book! https://geni.us/k8KhT3 BUY MY BOOK: ...
2:28
How to refactor code the right way - Martin Fowler
refactoring #cleancode #cleanarchitecture #martinfowler #codingtips In this video, Martin Fowler the author of the famous book ...
1:22:15
Refactoring in C# - Improving an Existing Application
Most of your development career will be spent fixing and improving existing code. That is called refactoring. In this video, I am ...
19:23
5 Awesome Refactoring Tips To Clean Up Your Code
And I'll show you 5 awesome refactoring techniques along the way: - Extract method - Extract interface - Extract class - Functional ...
5:06
An overview of simple refactoring techniques for software engineering. Contents 0:00 - Introduction 01:01 - Naming conventions ...
5:14
What is Refactoring, and why is it so important?
Better Pipelines: https://youtu.be/41LAXEKJuYY Refactoring is essential to good data engineering. But how can you implement ...
22:59
Refactoring Object-Oriented to AWESOME Functional Code
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I want to show you that ...
15:12
My 10 “Clean” Code Principles (Start These Now)
Writing "clean" code is oftentimes described as one of the most important aspects of programming and software engineering, but ...
44:39
Refactoring Techniques: Popular strategies & trade-offs - Deciphering Software Modernisation (Ep 7)
The seventh episode in the series featuring Codurance's Sam Davies (Software Craftsperson), Maciej Kowalski (Software ...
47:54
Refactoring: Techniques for Software Evolution
Refactoring supports the ability to evolve good quality software. Software systems are constantly evolving - fixing bugs, adding ...
11:35
Refactoring a 500-Line Method with the Pipeline Pattern
Want to master Clean Architecture? Go here: https://dub.sh/clean-architecture Want to master Modular Monoliths? Go here: ...
8:40
Code Smells & Refactoring Techniques Explained: Clean Code
Elevate your coding and interview performance with this all-in-one guide to Code Smells and Refactoring Techniques! This video ...
12:31
JavaScript Refactoring Techniques
Refactorings for JavaScript and TypeScript
A set of techniques to improve readability of your JavaScript code.
7:08
Composing Refactoring Techniques
This video accompanies the Software Engineering Topic of the Day article which can be read at ... It demonstrates how some of ...
9:16
I'd rather read 50 lines than "Extract Method" Refactoring
"Extract Method" is a great way to give names to concepts so code is easier to read and flows. But that can go wrong when you ...
9:24
Refactoring with confidence - because of tests! (Gilded Rose Kata)
Now that we have a whole test suite protecting the behaviour of our legacy code, we can start to make changes to it and know that ...
23:23
From Spaghetti Code to Clean Python
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Untangling deeply nested if/else logic is one of the ...
21:03
Refactoring Techniques Every React Developer Should Know
Refactoring isn't just about making code shorter — it's about making it easier to read, easier to test, and easier to change. In this ...
1:00:03
Domain-Driven Refactoring - Jimmy Bogard - NDC London 2022
Finally, we'll cover how to safely apply refactoring techniques to achieve our domain-driven model nirvana. Check out more of our ...
6:07
Hi this is Kevin and welcome to refactoring tools using extract method for bottomup development on the core path we're going to ...