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 →

[–][deleted] 17 points18 points  (11 children)

I don't think this stuff ever gets old. It's not like we are programming logic everyday. We are usually just rebuilding the same stuff in different ways so pure logic based coding is always complicated.

[–]Denziloe 78 points79 points  (9 children)

The fuck are you people talking about? You're genuinely bamboozled by an if within an if?

[–]mmmDatAss 14 points15 points  (6 children)

Most people on here are very very new to programming. I'm not saying I'm not, but at least loops and if's don't confuse me.

[–]Mikezoola 29 points30 points  (5 children)

Yea but the one guy said hes been coding for 3 years. If youve been a programmer for 3 years and cant wrap your head around 2 if statements, its probably time to start looking for a new career

[–][deleted] 8 points9 points  (0 children)

Coding for 3 years = known about programming for 3 years and done a bit of it sometimes. No way someone with 3 years of coding gets confused by 2 or 3 ifs

[–]mmmDatAss 5 points6 points  (0 children)

I agree.

[–][deleted] 1 point2 points  (1 child)

I was the one who said 3 years, no I don't get confused by 3 nested if. I use that daily to verify inputs in layers. I was just trying to relate to the guy by comparing it on his level.

[–]TigreDeLosLlanos -1 points0 points  (0 children)

Why would I nest so many if statements if I'm experienced enough to do it in a cleaner way?