Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment It's just a language (Score 1) 170

The main problem with javascript is it's hard to debug. If you can get past that it's a pretty OK language.

The runtimes are so variable that I'd think you'd need to really standardize on one runtime and stick with it forever.

There are times where being able to pass functions around in objects, etc is kind of handy, especially since you can pass them in as json at runtime. Again, that makes debugging really hard. If you persist them you can have objects that look the same with totally different implementations, which can be really confusing.

But as languages go, it's no more horrible than perl.

Comment Field mapping with javascript/xml (Score 1) 172

If you need an easy problem that quickly turns into a nightmare, try writing a program that allows the user to map one set of database/data structure/XML fields to another set of database/data structure/XML fields.

For bonus points the user can use javascript to do the transform, as well as using a nice GUI.

Comment If you love Windows, you'll love Surface (Score 0) 386

If you're really in love with Windows, then buy a Surface. It's basically Windows-to-go, and that slogan should be the core of the Surface marketing campaign.

If you love apps that don't quite work right, get an android tablet. Tier 1 apps work mostly as well as iOS apps. Everything else is sort of half-baked.

For everyone else there's the iPad, the only device that actually holds its value over time.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...