Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:PHP (Score 1) 254

Just because all languages have flaws that does not mean that all languages are equally flawed.

PHP flaws >>>>>>>>>> <insert any non-esoteric language here>

Comment Re:real_foo_bar() and somesuch_improved() (Score 1) 254

That mysql_real_escape_string and other abominations such as register globals ever existed is proof of the dev teams incompetence.

The fact that they actually tried to use val > INT_MAX to detect integer overflow is just confirmation of their incompetence.

Comment Re:masters degree (Score 1) 246

Typically Computer Science is part of the School of Engineering and a very watered down program exists in the School of Business and is called Computer Information Systems or some such thing.

They provide for two totally different career paths.

The former can lead to far more potential career paths. The latter usually leads to the boring JEE and web 'developer' jobs and not much else.

Comment LLVM (Score 2) 480

Given that compilers are something that very few programmers can realistically work on, why is your objection to LLVM so strong?

Its licensing also means that the GNU compiler projects can use whatever advancements LLVM makes freely.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...