4
Eredom
7y

There are just those days where nothing seems to work. I am now 8 hours on an issue that was estimated for 3 hours and new issues pop up every time where its not even my fault. In one instance, I get the correct value back, the next time with exactly the same parameters I get a COMPLETELY different Value back which keeps crashing my code. Who coded this thing that it is so inconsistent. Starts to get REALLY annoying. ._.

Comments
  • 1
    Not to worry. I suffered through a redirect bug on an angular app recently. Guard on a root worked correctly, and yet the root activated. In the end it turned out that very deep in some DI a constructor was navigating causing it to just cancel the guard.

    8 hour job. Took almost 2 weeks to learn angular and fix a shit storm of bugs :(
Add Comment