Re: A Shader Que.
Posted: Fri May 17, 2019 5:45 am
I might be mistaken but if I read it right, your entire problem with this is that you created something with a critical bug in it yet it somehow worked on your machine, but on others' machines it failed, and you want the LOVE framework to fail silently on such a critical bug, because on your machine it was somehow working and you wanted it to be that way for everyone - with no extra effort from you.
"Works on my machine" is not meant to be taken unironically. In fact, the reason why it exists is to mock people who don't test things on any other setup than their own machine.
If there's one thing I can take away from all of my programming experience, is that nothing substitutes actual testing. NOTHING. Ever.
"Works on my machine" is not meant to be taken unironically. In fact, the reason why it exists is to mock people who don't test things on any other setup than their own machine.
If there's one thing I can take away from all of my programming experience, is that nothing substitutes actual testing. NOTHING. Ever.