142k views
3 votes
Type decisions should be based on function and readability
A.True
B.False

1 Answer

1 vote

Final answer:

The statement is True. When making decisions about code, it is important to consider both functionality and readability.

Step-by-step explanation:

The statement is True. When making decisions about code, it is important to consider both functionality and readability. In the context of programming, function refers to how well the code performs its intended task, while readability refers to how easy it is for developers to understand and maintain the code.

Code that is well-written and easy to read makes it more efficient for teams to collaborate and maintain the code, reducing bugs and improving overall quality.

User Desolat
by
8.9k points