Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
When logic gets complex, sometimes some parts of it can be triggered (or not) in an unreliable way. Of course it's my fault for how I built it in the first place, but I routinely miss edge cases or problems that occur, for example, 1 time out of 5. Question is: how do you make testing more reliable? I usually add textboxes everywhere to alert me visually if something is firing, but is there something else you can reasonably do to make testing easier and more reliable?