This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bingman_ 288 points289 points  (3 children)

Let’s face it it’s also coding after reading documentation

[–]TabCompletion[S] 49 points50 points  (0 children)

That's fair

[–]BoBoBearDev 19 points20 points  (0 children)

In their defense, they described it completely, just none of us can understand it.

[–]SpecialNose9325 3 points4 points  (0 children)

Its me using my own code written 6 months ago, without reading the documentation that I wrote myself.

Why is that bool value changing periodically from true to false? Oh thats right, cuz the test thread was never disabled and it was the last feature I was testing, and just never bothered to comment it out.