përmbledhje
Abonohu

Working Effectively with Legacy Code

mendi926Vocabulary listFjalë: 5
Anglisht
Anglisht
Gjeneruar me AI
LegacySomething handed down from the past
Përkufizimet:
Something inherited or handed down by a predecessor
RefactorReworking code to improve structure and maintainability
Përkufizimet:
Modify the code to improvise its structure without changing its external behavior
Unit TestTesting individual components of a system
Përkufizimet:
A type of testing where individual units/components of a software are tested
DependencyReliance of one part of the code on another
Përkufizimet:
A state in which one object uses a function of another object
MaintainabilityEase with which a software system can be modified
Përkufizimet:
The ease with which a product can be maintained in order to isolate defects or their cause, correct defects, prevent future defects, or improve performance