DEV Community

Discussion on: What is the future of software development pay range?

Collapse
 
xuwupeng2000 profile image
Jack Wu • Edited

I would argue that programming skills are not transferable as people skills.

Open any development job ad what skills are on the list?

I randomly copied one here:
Proven experience using Ruby on Rails and ideally along with some front-end toolkit practice such as ReactJS or AngularJS
Have any of the following technologies: Rails, AWS, Github, Bootstrap, Javascript, Postgres, Cassandra, Solr, Chef, Jenkins
Quality is important to you and you will be driven to improve this product every day.
Previous roles held in innovative, Agile environments
Ideally, you will have experience with web-based SAAS products using a range of tools

I don't see any of them are that transferable.
I mean no offense but honestly demo the risk as developers we are taking.
What's happened to ActionScript developer, Angluar(1) etc. developers?

Thread Thread
 
elmuerte profile image
Michiel Hendriks

I think to a large degree it is. Switching languages will set you back only a little, just like switching major frameworks. But the process of problem solving and software development does not change a lot. Sure, going from Java to C or OCaml is a major change. But going from Java to C#, Python, Ruby, JavaScript, even C++ is much easier to overcome. It will obviously take a while before you are comfortable with it.

Thread Thread
 
rhnonose profile image
Rodrigo Nonose

Soft-skills are important and is the most transferrable, but technical ones (that crosses-over with soft-skills) are also what makes a good developer, such as:

Source code management (good commits, managing flow), environment manipulation (mainly bash), "editoring skills" (IDE, text editor, local setup), test automation, code readability, API design, decoupling, memory/processing optimization, automation in general (docker setup, CI/CD), monitoring and debugging production, documentation etc.

There's also generally project management skills such as keeping the task board updated, clear documentation, prioritization and breaking down tasks, delegating, mentoring, training and communicating with others. It's a mix of soft and hard skills that are transferable.

Good developers can do well in mostly any IT focused org.