Examples of using Refactoring in English and their translations into Slovenian
{-}
- 
                        Colloquial
                    
 - 
                        Official
                    
 - 
                        Medicine
                    
 - 
                        Ecclesiastic
                    
 - 
                        Financial
                    
 - 
                        Computer
                    
 - 
                        Official/political
                    
 - 
                        Programming
                    
 
KDE4-Port and refactoring.
Refactoring of existing code.
What about refactoring with C++?
Refactoring the previous version.
Bugfixes and refactoring.
Refactoring suggestions welcome.
What are we building and refactoring?
Avoiding refactoring is expensive.
Some needed a little refactoring.
The refactoring cost will be high.
Complicated debugging and refactoring;
Maintaining and refactoring existing code.
Refactoring engine and code for specific refactorings.
Maintenance and refactoring of existing code;
It is aimed at those who want to improve their refactoring skills.
Refactoring is a well-accepted practice for improving existing code.
The first minor release- based on a shorter cycle than expected- solves over 100 problems,introduced by the larger than usual code refactoring of the LibreOffice 4.2 family.
Refactoring means modifying the code without changing its external behavior.
If a year down the line we decide that we want to migrate to a different type of database, we can write an adapter that implements the original interface and injects that instead,no more refactoring would be required as we can ensure that the adapter follows the contract set by the interface.
Refactoring support, built-in debugger for machine level and source code simplifies interaction with software.
Calc has gone through the largest code refactoring ever, giving major performance wins for big data(especially when calculating cell values, and importing large and complex XLSX spreadsheets), while an optional new formula interpreter enables massively parallel calculation of formula cells using the GPU via OpenCL.
Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of the code yet improves its internal structure.
Refactoring is the process of changing the software in such a way that it does not change the behavior of the code but on the other hand improves the internal structure.
Large code refactoring of Calc, giving major performance wins for big data(especially when calculating cell values, and importing large and complex XLSX spreadsheets);