NEW
Font size
WorksheetsPRG1 - Day 5 Starter
Total questions: 8
Worksheet time: 4mins
What is a "code smell" in software development?
A pleasant fragrance added to the code to make it more appealing.
A warning or error message generated by the compiler or interpreter.
An indication of potential issues or areas for improvement in the codebase.
A type of code comment used to provide explanations and documentation.
What is refactoring in the context of software development?
What does "open source" mean in the context of software and technology?
What does "proprietary software" mean in the context of software and technology?
What is a library? (Sometimes known as a module).
What do you do, if you don't know if some code already exists to help you carry out a specific task?
What is tech (technical) debt?
Technical debt is the concept of prioritising quick solutions over long-term quality, resulting in future rework.
Why is it important to try to keep your code "clean"?
Enhances readability, maintainability, and reduce bugs.
