TheReal_ND wrote: ↑Mon Aug 26, 2019 7:30 am
Montegriffo wrote: ↑Mon Aug 26, 2019 7:26 am
Fife wrote: ↑Mon Aug 26, 2019 5:32 am
OK, you all know me fairly well, as an anonymous internet friend.
My last training in programming was MIS201 in 1986 which was exclusively BASIC and the final project involved a flow chart with two or three decision nodes IIRC.
I think if I busted my ass about 7 or 8 hours a day I could be writing decent code in one of these C languages by labor day. Am I full of shit here?
Writing unintelligible code that only a handful of people can understand?
You're a natural.
Code is code. If you are smart enough you can kind of figure out what's going on if you know at least one kind of code like C, and have to look at something else you aren't familiar with. White people are able to do stuff like that but pajeets are thoroughly incapable of even looking at something they haven't been particularly trained with.
I might challenge that, you should try picking up Lisp that way.
My prof in college commented my Lisp code "looked like I was trying to write C/Pascal". Guilty as charged.
I walked into my last job never having written so much as a "hello world" program in Java, but within a year I was fielding questions from all the offshore/Indian programmers on their programming issues, "because you're an expert at it" - lol, I've still never actually written a java program (though I've written some snippets of code to show them the right way to do something).
Can you do assembly language and read hex dumps though? How about convert between hex/octal/binary/decimal in your head for smaller (under say 3digit, 10for binary) numbers?
I remember giving up after trying to explain to an offshore Indian "programmer"...
If (x == 5) then {
..do stuff here...
return;
}
else if { (x==5) && (y<=3)} then {
..do some other stuff...
return;
}
That the "else if" and "other stuff" would never ever happen, and they should either reverse those tests or just remove the second one entirely since it didn't actually do anything. A good 30 minutes trying to explain it, with him insisting I was wrong, before I gave up... Code is probably still there to this day. Fuck it, wasn't hurting anything apparently, so NMFP.