As programs become more and more powerful, their instructions become harder and harder to read. How might we be able to prevent that?

By providing comments for complicated instructionsBy giving random names to variables and functionsBy making the programs less powerful

Yes! Using comments and meaningful names for variables and functions, programs become easier to understand and debug.

Are you sure that this is the right approach?