#refactoringcode Suchergebnisse

• How to refactor legacy code: part 1 • For this series, I have found some fairly nasty code that I will work through as an example, step by step. Watch part 1 here ➡️ bit.ly/How2RefactorLC1 #RefactoringCode #SoftwareEngineering


Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

ReleaseTEAMcorp's tweet image. Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? 

Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

refactoring code before(right side), after(left side) #Python #RefactoringCode context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

code_chunk's tweet image. refactoring code
before(right side), after(left side)
#Python #RefactoringCode 
context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

Love #refactoringcode. It's like cleaning up. You know the mess is bound to come back, but it's so gratifying in the moment.


If it works, don’t touch it 😊 #SoftwareDevelopment #refactoringcode

Just a friendly reminder before you start refactoring your code 😂👇🏻

RyanEls4's tweet image. Just a friendly reminder before you start refactoring your code 😂👇🏻


Dependency Inversion through Abstract methods #RefactoringCode #pyconafrica19


#RefactoringCode Qué comience el juego.... :V


Si al día de hoy te toco usar jquery porque el proyecto lo tiene dentro de su estructura, no critiques solo analiza las mejoras que puedes hacer y hazte un refactoring de código, así ayudas a que todo mejore y marche de la mejor manera posible. #RefactoringCode


The first step on #RefactoringCode. To ensure that I've a solid set of tests for that section of code. The tests are essential because even though I will follow refactorings structured to avoid most of the opportunities for introducing bugs, I’m still human & still make mistakes.


What is Code Refactoring? - networkinterview.com/what-is-code-r… A successful software program requires the need for enhancing it, fixing problems and adding new features. Enhancements are applied on top of each other adding onto code complexity making it difficult new work or enhanceme...

NETWORKINTERVI1's tweet image. What is Code Refactoring? - 
networkinterview.com/what-is-code-r…
A successful software program requires the need for enhancing it, fixing problems and adding new features. Enhancements are applied on top of each other adding onto code complexity making it difficult new work or enhanceme...


The number of stupid / invalid / outdated things I find when #refactoringcode is impressive. "Who is this person who wrote this?" Oh, wait...


If you want to improve your coding abilities, you should practice code reviewing. See how I tackle code refactoring and code roast a Chess game, in my latest video here: youtu.be/n0i4SqjQdis #refactoring #coderoast #refactoringcode #pythoncoderoast #chessgamecoderoast

ArjanCodes's tweet card. Step-By-Step Chess Game Refactoring | Code Roast

youtube.com

YouTube

Step-By-Step Chess Game Refactoring | Code Roast


Unlock the power of code refactoring! Learn techniques, reap benefits, and navigate potential drawbacks in this in-depth exploration of code refactoring. spec-india.com/blog/code-refa… #CodeRefactoring #Refactoringcode #CleanCode #Refactoring #Coding #CodeRefactor


#WeRiseTech, here are the slides from my talk-Refactoring to Testable Code slideshare.net/RichardTaylor2… - If you have questions or would like to talk more about code/career ops. find me at the conference.(@sentryone red baseball cap) #refactoringcode #softwaretesting


Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

ReleaseTEAMcorp's tweet image. Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? 

Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

If it works, don’t touch it 😊 #SoftwareDevelopment #refactoringcode

Just a friendly reminder before you start refactoring your code 😂👇🏻

RyanEls4's tweet image. Just a friendly reminder before you start refactoring your code 😂👇🏻


Unlock the power of code refactoring! Learn techniques, reap benefits, and navigate potential drawbacks in this in-depth exploration of code refactoring. spec-india.com/blog/code-refa… #CodeRefactoring #Refactoringcode #CleanCode #Refactoring #Coding #CodeRefactor


Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

If you want to improve your coding abilities, you should practice code reviewing. See how I tackle code refactoring and code roast a Chess game, in my latest video here: youtu.be/n0i4SqjQdis #refactoring #coderoast #refactoringcode #pythoncoderoast #chessgamecoderoast

ArjanCodes's tweet card. Step-By-Step Chess Game Refactoring | Code Roast

youtube.com

YouTube

Step-By-Step Chess Game Refactoring | Code Roast


The first step on #RefactoringCode. To ensure that I've a solid set of tests for that section of code. The tests are essential because even though I will follow refactorings structured to avoid most of the opportunities for introducing bugs, I’m still human & still make mistakes.


When project #code or architecture is neglected, issues will compound over time, and the happiness of your #developers will suffer. #RefactoringCode in little bits over time will always be more economical than doing a rewrite every couple of years. #JS hubs.la/Q016zpHs0


Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

ReleaseTEAMcorp's tweet image. Refactoring directly reduces both current and future technical debt. Want more on how it works and tools you can use? 

Check out the last installment of our tech debt blog series here! bit.ly/3WQHE7V #TechDebt #RefactoringCode

Turning a Functional Code Base Into an Object Oriented Code Base not easy but I did it #refactoringcode #javascript #CODE

King_GZM's tweet image. Turning a Functional Code Base Into an Object Oriented Code Base
not easy but I did it

#refactoringcode #javascript #CODE

Great article from @afilina on the lessons she learned from testing and refactoring Legacy! #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement #codetesting

siderlabs's tweet image. Great article from @afilina on the lessons she learned from testing and refactoring Legacy! #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement #codetesting

refactoring code before(right side), after(left side) #Python #RefactoringCode context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

code_chunk's tweet image. refactoring code
before(right side), after(left side)
#Python #RefactoringCode 
context : The functions check if the 'value' can be inserted in a particular position(x, y) in its row or column , in a game of sudoku.

Loading...

Something went wrong.


Something went wrong.


United States Trends