Comment on Ask HN: Devs: Do you find any value in Arrange, Act Assert comments in tests?parentComments−johnydoe2ySame here, it gives me structure if the amount of arrange code is large. It also gives me structure when writing, as it can sometimes be very tempting to mix act and assert statements
Comments
Same here, it gives me structure if the amount of arrange code is large. It also gives me structure when writing, as it can sometimes be very tempting to mix act and assert statements