Tagged Questions
4
votes
5answers
347 views
What do you call “X <= $foo <= Y” comparison?
While writing a Perl statement like if ( $foo >= X && $foo <= Y ) yet again, I wondered why many programming languages do not support the more comfortable form if ( X <= $foo <= Y ...
29
votes
12answers
2k views
What's the difference between a “developer” and a “programmer”? [duplicate]
Possible Duplicate:
What are the key differences between software engineers and programmers?
What is the difference between software engineer and software developer?
What's the difference ...