Closed ybakos closed 1 year ago
Many tests have comments indicating the test structure. For example:
// Arrange Estimate estimate // Act estimate = Estimate....
These are implicit and do not need comments. Remove them.
Many tests have comments indicating the test structure. For example:
These are implicit and do not need comments. Remove them.