Comment on Ask HN: Devs: Do you find any value in Arrange, Act Assert comments in tests?Comments−beeeeerp2yYes, I find them valuable.The quality of engineer varies wildly across my organization, so it at least gives tests some basic structure.−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
Yes, I find them valuable.
The quality of engineer varies wildly across my organization, so it at least gives tests some basic structure.
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