What is self-documenting code?(1 point)

Responses

code with automatically generated line comments
code with automatically generated line comments

code that uses meaningful, descriptive names for all variables and functions
code that uses meaningful, descriptive names for all variables and functions

code that requires documentation
code that requires documentation

code that does not require documentation

1 answer

Self-documenting code refers to code that uses meaningful, descriptive names for all variables and functions. This approach makes the code more understandable and maintainable without the need for extensive external documentation.