Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:They still don't get it (Score 1) 445

That's not "active apps" that's "recently used apps". And, yes, it will frequently close apps when you don't want them closed. (My wife now just assumes that her app will close when she attempts to switch tasks.)

See, FirefoxOS and BlackBerry 10 (or even earlier, pre-QNX, versions) to see how task switching is supposed to work.

If that doesn't suite you, try Windows 3.1. It does the job better than Android.

Comment Re:They still don't get it (Score 1) 445

I take it you never used a Pocket PC device then?

On the contrary. I've even written applications for them. I still miss my iPaq -- slick, and writing apps was a breeze. Also miss my HP-320lx (though that one ran WinCE). I never had a problem with the stylus on either -- and I prefer it to the horribly imprecise world of capacitive touch screens we've got today.

It's a shame the galaxy note runs Android. I do love that stylus.

MS' approach now is to develop a universal app that shares the same codebase but is completely reskinned appropriately for different form factors.

Sounds like a step in the right direction. Well, Mozilla did get the jump on them there with a universal app package, though it's up to the developers to make sure their UI adapts properly to the device.

but cramming a desktop UI onto a phone didn't work

Who said anything about that?

Comment Re:They still don't get it (Score 2) 445

I want to do simple things like switch between tasks. I'm not in the minority here. Lots of people want that feature. Think: "Can I deal with this notification and get back to my game?"

Android, obviously, can't handle that. Most of the time, it just closes the other program when you change tasks. There's no warning, and nothing you can do to stop it. It drives my wife crazy. She was spoiled by her old PlayBook, which could not only handle task-switching, but true multitasking.

I want my phone to just work and not require constant maintenance.

Me too, which is why I own a BlackBerry. Android, as you know, still requires constant maintenance. Between the malware and other issues, it's no wonder the most popular non-game apps for Android are maintenance programs.

Comment Re:They still don't get it (Score 3, Interesting) 445

Which is exactly what people don't want.

Speak for yourself.

The more "PC" like my mobile devices get, the happier I am. A Surface Pro is far more in-line with the wants and needs of the average user than is a Kindle Fire or an iPad. I would hope that this would extend in mobile phones as well. They're one of the few companies with an offering that could make me give up my BlackBerry.

The computer in my pocket should be a computer. Android, while popular here, can't even handle simple task-switching.

Comment Re:Refactoring done right happens as you go (Score 1) 247

Just so you know, when Spock used the word 'logical', he was using it incorrectly. Consequently, you are using it incorrectly as well. Please stop.

Back on topic, so you're saying that a persons religious beliefs affect their ability as a developer.

So .. Do Buddhists write better code than Hindus? Are Raeliens better developers than Shintoists? Why or why not?

Comment Re:Refactoring done right happens as you go (Score 1) 247

I do think a person who is sure that their religion and holy book is 100% true and that every other belief system has been proven to be fake, is not a person who thinks logically. And logical thinking is an essential skill to writing good code, and understanding code other people write.

So you think a persons religious beliefs affect their ability to program.

That's ridiculous. Even more ridiculous is your "reasoning".

Comment Re:Easier to Analyze or Change == More Maintainabl (Score 1) 247

Indeed. By introducing abstractions, you exchange performance and flexibility for simplicity (of one kind or another). More than one unmaintainable mess has been made by abstraction-hungry developers layering one leaky abstraction on top of another in a vein attempt to restore some of that flexibility.

This is why I'm a fan of top-down design. It tends to find the right balance almost automatically.

Comment Re:Refactoring done right happens as you go (Score 4, Interesting) 247

Of course part of the reason is that I refactor as I write.

I'm not sure what that has to do with writing "badly formatted code", but I'd still caution against that. Some of the best advice I ever received: "There are no good writers, only good rewriters." I've found this to be true for code as well. It's amazing how much you can improve your code once you've distanced yourself from it a bit.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...