why should you limit the length of your code ...

why should you limit the length of your code lines?\n○ makes the application more user - friendly\n○ makes the application run faster\n○ helps the application run better on different screen sizes\n○ makes it easier for programmers to read and understand the code

Answer

# Brief Explanations: Limiting code - line length improves code readability. Shorter lines are easier for programmers to parse, understand, and maintain compared to long, convoluted lines. It has little to do with user - friendliness, speed, or screen - size compatibility directly. # Answer: makes it easier for programmers to read and understand the code