What is self-documenting code?(1 point)

Responses

code that requires documentation
code that requires documentation

code that does not require documentation
code that does not require documentation

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

code with automatically generated line comments

1 answer

Self-documenting code refers to code that uses meaningful, descriptive names for all variables and functions. This approach makes the code easier to understand and follow without the need for excessive external documentation.