përmbledhje
Abonohu

Code Complete

mendi926Vocabulary listFjalë: 5
Anglisht
Anglisht
Gjeneruar me AI
refactoringThe process of improving your code after it has been written
Përkufizimet:
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.
abstractionA concept that isolates actions from how they are implemented
Përkufizimet:
A technique for arranging complexity of computer systems. It works by establishing a level of complexity on which a person interacts with the system, suppressing the more complex details below the current level.
constructiveHaving a positive effect; helpful
Përkufizimet:
Serving a useful purpose; tending to build up.
debugFinding and fixing problems in your algorithm or program
Përkufizimet:
Identify and remove errors from (computer hardware or software).
moduleThe breakdown of program functions into separate, interchangeable blocks of code
Përkufizimet:
A self-contained component of a system, which has a well-defined interface to the other components.