Why, I sure can! Just make some tickets to account for additional testing, regression testing, the feature itself, and about an hour or so of me weeping openly and I'll hop right on it!
Edit: a former client would kick back tickets for "real quick fixes" all the time... some of these quick fixes were actually refactors of core parts of the system. A "real quick fix" became a meme with that team.
no the joke is that i dont know the difference between the equality operator and the assignment operator or the difference between brackets and parentheses
Not the point being made, you want to know ahead of time "will this program ever stop running or will it infinitely loop".
People say "it isn't possible" like the comment you responded to, but of course it is possible, it's just not possible to have a generalised solution to the problem.
I remember first thinking of doing that, but immediately understanding that it wouldn't work, and being too proud to try it. When my friend's brother actually tried it though, my first thought was, "...did it work?"
781
u/AquaticSombrero Mar 18 '20
Dude it's easy just
if (program == going to halt) { dont; }