Comment Neither (Score 1) 323
> So, what matter's today? Knowledge on a particular technology or re-usable engineering skills ?
Well- knowledge of what's relevant today AND the ability to pick up new tech / tools fast for what's relevant tomorrow. Most of the tools all follow the same patterns at the end of the day:
e.g.
- Piping output / chaining commands (streams in js are hot right now- gulp.js for instance)
- Not repeating your self (polymorphism / extensibility) as a broad pattern
So if anything, the most important thing is the ability to teach yourself and keep up with what's changing. And sometimes that doesn't mean using it- for example, understanding why React JS and a virtual DOM may or may not be a better solution to what's going on with Angular / Ember / Backbone etc.
Well- knowledge of what's relevant today AND the ability to pick up new tech / tools fast for what's relevant tomorrow. Most of the tools all follow the same patterns at the end of the day:
e.g.
- Piping output / chaining commands (streams in js are hot right now- gulp.js for instance)
- Not repeating your self (polymorphism / extensibility) as a broad pattern
So if anything, the most important thing is the ability to teach yourself and keep up with what's changing. And sometimes that doesn't mean using it- for example, understanding why React JS and a virtual DOM may or may not be a better solution to what's going on with Angular / Ember / Backbone etc.