@[email protected] to Programmer [email protected]English • 1 year agoManager: This task only takes 30 minutes. Why did it take you the whole day?programming.devimagemessage-square98fedilinkarrow-up1791arrow-down18
arrow-up1783arrow-down1imageManager: This task only takes 30 minutes. Why did it take you the whole day?programming.dev@[email protected] to Programmer [email protected]English • 1 year agomessage-square98fedilink
minus-squareDontTakeMySkylink2•1 year agoWith a comment on the test detailing why it matters so people don’t just assume the test is out of date when it fails. And ideally test the underlying result of x before y, not the fact that x is called before y. And while we’re at it, assert in Y that X has been called, and again comment the reason for the preconditions.
With a comment on the test detailing why it matters so people don’t just assume the test is out of date when it fails.
And ideally test the underlying result of x before y, not the fact that x is called before y.
And while we’re at it, assert in Y that X has been called, and again comment the reason for the preconditions.