Home New Trending Search
About Privacy Terms
#
#refactoring
Posts tagged #refactoring on Bluesky
Post image

Here's a list of 10 different refactoring techniques for you to leverage!

Read more here:
www.devleader.ca/2023/11/14/top-10-refact...

#coding #programming #refactor #refactoring

0 0 0 0
Preview
Issue 2: Shotgun Surgery What on earth is shotgun surgery, and how do you fix it?

Shotgun surgery is an anti-pattern where one change requires updates in multiple places. If you have code you are afraid to touch, this is how to diagnose and fix it.

#WebDevelopment #Refactoring #SoftwareDevelopment

1 0 0 0

Insights: How do you decide when to refactor vs. leave the code as is? #Software #Engineer #SoftwareEngineering #Code #Refactoring #Legacy

0 0 3 0
When You Touch Legacy Code And Pray Nothing Breaks

When You Touch Legacy Code And Pray Nothing Breaks

When You Touch Legacy Code And Pray Nothing Breaks

#Legacycode #debugging #Spaghetticode #Refactoring #Technicaldebt

programmerhumor.io/programming-memes/when-y...

1 0 1 0
Original post on mamot.fr

The last part of my series on the @qt blog has been published this week:
www.qt.io/blog/qtwidgets-to-qtquic...

We reached the end of this journey. I hope it gives a clearer idea of how to safely approach software architecture transitions in general, and for the […]

0 1 0 0
Post image

The only solution to tech debt is to go fix all of it right away.

Read more here:
www.devleader.ca/2023/10/20/how-to-balanc...

#developers #techdebt #technicaldebt #refactoring

1 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

0 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

0 0 0 0
Post image

Great night yesterday at Garden State JAVA User Group in NJ!

Had a blast presenting about Refactoring with @brjavaman. From Devnexus straight to the heart of the community.

Thanks for the invite, GSJUG! ☕️

#Java #Refactoring

1 1 0 0
Preview
AI Writes Great Tests — With One Fragile Habit AI-generated tests look thorough — six tests, all green. But a routine refactor breaks them all. The fix isn't better mocks or a different framework. It's changing what your assertions check.

"AI Writes Great Tests — With One Fragile Habit" by Anand Komandooru

#prompt-engineering #unit-testing #refactoring

0 0 0 0
Preview
ReSharper for Visual Studio Code, Cursor, and Compatible Editors Is Out | The .NET Tools Blog ReSharper has been a trusted productivity tool for C# developers in Visual Studio for over 20 years. Today, we’re taking the next step and officially releasing the ReSharper extension for Visual Studi

ReSharper for Visual Studio Code, Cursor, and Compatible Editors Is Out

buff.ly/jagI4qv

#dotnet #resharper #vscode #cursor #programming #refactoring #codingstandards

2 2 0 0
OOP Is A Construct Of Oppression Installed By The Bourgeoisie

OOP Is A Construct Of Oppression Installed By The Bourgeoisie

OOP Is A Construct Of Oppression Installed By The Bourgeoisie

#oop #Objectorientedprogramming #Functionalprogramming #Cleancode #Refactoring

programmerhumor.io/programming-memes/oop-is...

0 0 1 0
My Presentations | Ted M. Young Articles, Videos, Training, and Coaching for Java Developers

Thanks to all the #DevNexus folks who attended my #Java talk on #Refactoring in #IntelliJIDEA (mostly) without AI.

Slides are available here: ted.dev/talks/#past...

Want this talk (or other ones) at your group event or conference, let me know!

3 0 0 0

Idk, seems pretty interesting?

#software #refactoring

0 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

0 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

0 0 0 0
Post image

♻️ Legacy #PHP#legacy problems. ♻️

Jesus Valera Reales shares proven #refactoring patterns to modernize your application!

🧱 Sustainable patterns
⚙️ Safe modernization
🚀 Less technical debt

#IntPHPCon |📍BER | 📅 June 8 – 12, 26

🎓 Session: https://f.mtr.cool/ioayxnwecx

0 0 0 0
Original post on mamot.fr

Part three of my series on the #Qt blog is out!

We get our hands dirty with the actual architecture transition of our application. It goes nicely and safely thanks to the test scaffolding we added in the previous installment. It pays off! […]

0 0 0 0
A screenshot from GearHead Caramel. The party is speaking to Skippy, a character from GH1 who is now in a wheelchair. Vikki, another character from GH1, has the option to say "You've lost some weight since the last time I saw you".

A screenshot from GearHead Caramel. The party is speaking to Skippy, a character from GH1 who is now in a wheelchair. Vikki, another character from GH1, has the option to say "You've lost some weight since the last time I saw you".

Locating and fixing more minor UI bugs in GearHead Caramel. Fortunately, I have only run into a few serious game-breaking bugs, and the big ones have mostly been easy to fix. Now to test Skippy's mystery, which has been reported as broken. #Refactoring #GameDev store.steampowered.com/app/1565090/...

0 0 0 0
Post image

Can be refactored != Should be refactored

Read more here:
www.devleader.ca/2023/12/27/when-should-c...

#refactoring

1 0 0 0

You'll learn a host of refactoring techniques with real code examples to walk through. Understand how to approach refactoring and when you may want to consider a rewrite!

----
📨 Sign up for my email newsletter!
🗣️ Share with your network!

#refactor #refactoring #softwareengineering #programming

0 0 0 0
Preview
Martin Fowler Was Right: Microservices Suck* A pragmatic view on Amazon’s unexpected stance on serverless microservice architecture.

"Always be refactoring. If you touch the code, and you can improve it, improve it, but never optimise early."

buff.ly/osZvbaf #refactoring #classic

0 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

0 0 0 0

#SoftwareCraft
#Unconference
#OpenSpace
#TDD
#Refactoring

1 0 0 0
Preview
iOS 27: Wenn das Refactoring wichtiger wird als neue Emojis

iOS 27: Wenn das Refactoring wichtiger wird als neue Emojis

techupdate.io/apple/ios-27-wenn-das-re...

#apple #technews #iphone #ios27 #softwareengineering #refactoring

0 0 0 0
Preview
Refactoring 038: Reifying Collections for Type Safety

Wrap primitive arrays into domain-specific collection objects to improve type safety, reduce duplication, and better model real-world concepts. #refactoring

0 0 0 0
Post image

♻️ Legacy #PHP#legacy problems. ♻️

Jesus Valera Reales shares proven #refactoring patterns to modernize your application!

🧱 Sustainable patterns
⚙️ Safe modernization
🚀 Less technical debt

#IntPHPCon |📍BER | 📅 June 8 – 12, 26

🎓 Session: https://f.mtr.cool/ioayxnwecx

0 0 0 0

RE: https://mastodon.social/@h4ckernews/116063719190780152

hilarios, at the same time very, very sad

0 0 0 0
Leanpub Book LAUNCH 🚀 The Other Half of Coding: What they Didn't Teach You by Max Guernsey, III
Leanpub Book LAUNCH 🚀 The Other Half of Coding: What they Didn't Teach You by Max Guernsey, III Welcome to the Leanpub Launch video for The Other Half of Coding: What they Didn't Teach You by Max Guernsey, III! https://leanpub.com/other-half About the Book It doesn't have to be this…

Leanpub book LAUNCH 🚀 The Other Half of Coding: What they Didn't Teach You by Max Guernsey, III

Watch here: youtu.be/lDwuiSwaCf4

#books #leanpublishing #selfpublishing #booklaunch #management #coding #programming #OOP #TDD #softwareengineering #refactoring

0 0 0 0

#blazor #csharp #dotnet #plugins #refactoring

0 0 0 0