6

The worst programming mistake I ever did was a using if($true =0) instead of if($true==0) for a betting platform. Due to the assignment operator fault it meant that everyone won irrespective of if they had lost the bet. But thank God I identified the glitch within 5 minutes though it caused quite a damage.

Comments
Add Comment