Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:get rid of salary pay / make it have a high lev (Score 4, Interesting) 477

In the 1980's, IBM (among others) invested lots of money to have legislation passed that makes programmers, engineers, and sysadmins into "salaried professionals" so that they wouldn't have to pay overtime.

The only way that could possibly be reversed is a group larger and more powerful than the owners of tech companies fighting to reverse it; that is to say, the organized tech workers will have fight for our own standard of living. We won't be able to do that until we are actually organized, though. Perhaps the sporadically striking fast food workers who were previously thought to be powerless can set an example for us.

Comment Re:Stop with JavaScript (Score 3, Informative) 197

it's so great that it'll allow you to just decide to use some member variable somewhere without declaring it

Undeclared variables are implicitly global. A code inspector will warn you about mistakes like that!

there's no way to know the type of a variable

It should be clear from the way it's used or by the documentation (if it exists). This is true of not only Javascript, but every dynamic language. If that's not good enough, use one of the readily-available and straightforward debuggers. Another quick approach is to just console.log(var)

Comment Cross browser? (Score 0) 121

How is Dart cross browser? It only runs in Chrome. Does having a cross compiler to JS make it cross browser? That'd make any language cross browser, which is to stretch the definition to the point of meaninglessness.

Javascript isn't rocket science to use. You've just got to put in the effort to read a couple books to understand that it requires different design strategies from other OO languages. The scoping, prototypes, and events are actually really nice if you bother to learn how to use them properly.

Comment Re:Bike & bikepaths anyone? (Score 1) 111

It's no problem for people in Copenhagen. Minneapolis also has a pretty big modal share for bikes, in American terms. The infrastructure and vehicles are cheap to build, take up little space, are far less deadly, and cause no air or noise pollution. I'd love to see bike infrastructure built up everywhere.

http://www.copenhagenize.com/2010/11/copenhagen-cycling-in-snow.html

Slashdot Top Deals

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...