Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should a novice programmer spend time learning to write "desktop" applications these days, or is the web where it's at? [closed]

Tags:

desktop

As a novice, I've spent time learning a smattering of C and a fair bit of PHP. I've looked at writing desktop applications for Windows, but there seems to be a fair barrier to entry due to complexity of APIs. Is it worth learning this, or will native applications become less common in the future?

The way I see it, the only desktop application I ever use is a web browser and a text editor as well as the obviously the OS itself. Everything I need is online now.

Is learning to write non-web applications a useful skill going forwards? If so, what should I learn?

like image 233
Rich Bradshaw Avatar asked Sep 20 '08 14:09

Rich Bradshaw


1 Answers

I don't think it is ever a good idea to choose one side and stick with it religiously. I think a good engineer will expose themselves to as much as they can so he can make an informed decision about which is the best tool to complete a task.

In other words, don't choose a platform, OS, programming language, etc. and then ignore the others. It is best to be well-rounded in your skill set.

like image 189
Jeff Hillman Avatar answered Sep 30 '22 17:09

Jeff Hillman