Yep i've seen the code of some new hires from India (not for boeing), and I believe a lot of foreigners fake their credentials or education. I once advised one of them:
change the value to match the sever you want to connect to here: string server = "server1.blah.com"
After 1-2 hours they came back and were saying it didn't work, so i was like show me what you have. The new hire had changed the code to be: string server2.blah.com = "server1.blah.com"
when what they should have done was: string server = "server2.blah.com"
i was just.. stunned that someone, who was supposedly a coder, did something like that, and it took that long to realize there was a problem (but more stunned they changed the variable name instead of the variable value)
Yep i've seen the code of some new hires from India (not for boeing), and I believe a lot of foreigners fake their credentials or education. I once advised one of them:
change the value to match the sever you want to connect to here:
string server = "server1.blah.com"
After 1-2 hours they came back and were saying it didn't work, so i was like show me what you have. The new hire had changed the code to be:
string server2.blah.com = "server1.blah.com"
when what they should have done was:
string server = "server2.blah.com"
i was just.. stunned that someone, who was supposedly a coder, did something like that, and it took that long to realize there was a problem (but more stunned they changed the variable name instead of the variable value)
I've had a catastrophe head injury when I was younger. I'm gonna be honest, it took me about 2 minutes to understand/get it. Kek. But I did. Kek