Remove code-refactoring
article thumbnail

Code samples for the opening chapter of Refactoring

Martin Fowler

From time to time people ask me for a copy of the code I used in the opening chapter of Refactoring , so they can follow along themselves. I had Reasons for not providing this code, specifically laziness. Her channel includes a lot of videos on good code technique, and she has a Patreon for readers to support her work.

Video 170
article thumbnail

AI still has a ways to go in code refactoring

InfoWorld

In the rush to embrace coding assistants like Amazon CodeWhisperer to generate new code for developers, we haven’t spent much time asking if that code is any good. According to a GitClear analysis, “Code generated during 2023 … resembles [that of] an itinerant contributor,” likely caused by increased use of coding assistants.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to protect your code against malicious hackers without spending days on refactoring

Xebia

The post How to protect your code against malicious hackers without spending days on refactoring appeared first on Xebia Blog. Sadly these are often the same vulnerabilities over and over again. Luckily the IT development landscape is changing. We can see the latest trend in […].

How To 169
article thumbnail

Bliki: TestDrivenDevelopment

Martin Fowler

Write the functional code until the test passes. Refactor both new and old code to make it well structured. Although these three steps, often summarized as Red - Green - Refactor , are the heart of the process, there's also a vital initial step where we write out a list of test cases first.

article thumbnail

How to Make the Best of your Code with Refactoring

UruIT

How code refactoring can help your software to become better. In the early days of software, a system was thoroughly designed before you even put down the first line of code. In short, the spark faded and you no longer loved your code like you used to. . What is refactoring? What is refactoring?

article thumbnail

Code Refactoring Best Practices: When (and When Not) to Do It

Altexsoft

Code refactoring is a process used in the DevOps software development approach that involves editing and cleaning up previously written software code without changing the function of the code at all. Refactoring is not unlike the editing process of a writer. Why is code refactoring so important?

article thumbnail

How to Make the Best of your Code with Refactoring

UruIT

How code refactoring can help your software to become better. In the early days of software, a system was thoroughly designed before you even put down the first line of code. In short, the spark faded and you no longer loved your code like you used to. . What is refactoring? What is refactoring?