We do end up using lots of third party controls in our development. They help us to develop quicker, help us to generate good looking reports etc. But do they really help us to get a good job elsewhere? Should we explain about third party tools we have used in our resume?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
Why re-invent the wheel? If you can show that you can justify using a 3rd party component to fit your requirements both functionally and non-functionally, it says more of you than just a developer. An example, in the .NET world, I usually don't fancy developers who know nothing about 3rd party logging libraries (e.g. log4net). They write their own logger and claim that they can log to a file 1mb in size with minimal performance impact. |
|||||||||||
|
|
It depends on the development environment. Delphi for example has a culture of using 3rd party tools and components and they are often mentioned as part of the job description. With .NET it seems to be less the case. |
|||
|
|