Examples of using Refactoring in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
This article will introduce you to the steps for creating your own refactoring as a natural extension of Eclipse.
Refactoring Java spaghetti code into Java bento code separating out a bowl full of code from one class into seven classes.
Refactoring, as defined by Martin Fowler, is a very specific term, based on a equally specific term from mathematics.
Refactoring(verb): to restructure software by applying a series of Refactoring without changing its observable behavior.
Practices(as Refactoring, Unit Testing, Continuous Integration)- recurrent activities to keep system solid, healthy and possible to change.
Consider refactoring parts of the codebase that you need to work on right now and then slowly expand to other parts when necessary.
Today, live static code analysis and automated code refactoring are a staple in modern IDEs, and Visual Studio is no exception.
Modern refactoring tools like JustCode make it easy to turn code blocks into methods, enhancing maintainability by reducing duplication in code.
Refactoring is the process of taking an object design and rearranging it in various ways to make the design more flexible and/or reusable.
Although it is focused on the code, refactoring has a large impact on the design of system.
The first refactoring we will perform is Extract Method to better encapsulate the logic for the net salary for a person.
Refactoring from CJS to ESM puts a burden on package maintainers and I don't expect all of them to have time for this.
All this intense refactoring is being tested for API compatibility against the OpenBSD ports tree, which includes more than 8,000 applications.
A big refactoring session is hard to sell, and when it's sold, less comes back than we had hoped after a long delay.
In a comment on an earlier post Jon Eaves expressed concern that refactoring is being over-used as a verb.
Update all applications that rely on MongoDB to use PostgreSQL instead, along with whatever refactoring is required to support this.
And so is obsessively refactoring code each time that you make a change, or refactoring code that you aren't changing because it could be better.
But whatever way you cut it, writing the second widget is not a refactoring exercise.
In this article, we focus on something more complex- the strategic code refactoring.
Many software development ideas of the 1990s came from the Smalltalk community, such as Design Patterns(as applied to software), Extreme Programming and Refactoring.