|
|
|
|
|
by mzjs
4054 days ago
|
|
This really depends on what you are interested in. Some thoughts about each: Web design: - There are a few different parts to this. You can specialize in front-end or back-end (although you should have at least some knowledge of both).
- This isn't really much easier than iOS development over the long term, but the barrier to entry is much lower.
- Things in this field change really, really fast. Expect to re-learn basically everything you know every 3-4 years.
- The core languages (javascript, html, css) are versatile and can be used in many places: the web browser, the server (nosema or similar), or a native app (node-webkit). iOS development:
- You're tied down to a specific platform, which can be a problem if apple changes it's rules or releases an update with bugs.
- The barrier to entry is higher, but over the long run it isn't much harder. (Not that I'm a front-end developer, so this is completely biased) Really, you should do what you enjoy most. Start learning the basics of each, and see how much you enjoy it. Also, study the codebases of some existing well-documented projects - it's a good way to learn more about the language. |
|