6

I encounter a bug that appears randomly and doesn't break the whole application but after reload it magically goes away and everything works fine during development. The worst thing is that I don't know how to replicate that bug and have no idea what is causing that bug.

Comments
  • 2
    Those are the worst. Mostly rare race conditions or caching problems. Sometimes it help when you slow down your local network speed artificially.
  • 0
    Usually it's either a caching problem or something off in the lifecycle.
Add Comment