Q for Programmers: Why search for code, when you can sweat and code yourself
Being a programmer myself, I understand the path of how the application is to take, visualize and then write the code.<p>I got a programmer here who downloads classes from the internet and uses them and never writes the code himself. What is the psychology behind such an act. Does he not know programming, or he is just lazy.<p>I want to understand the reason, why he does not write but uses others classes, please exclude the fact its there and need not have to write the code.
8 comments
[ 4.0 ms ] story [ 25.9 ms ] threadIf I want a robust, reliable, thoroughly tested library routine, it's better to pull it from somewhere else, provided I know it's been hammered by others. Why waste time writing something that's available? Why not save my time, effort and skill for writing the things that are specific to the job at hand?
Yes, there are people who seem never to write code, and there are others who seem endlessly to re-invent the wheel to no good purpose.
I guess I just don't understand what you're asking. So I'll give up.
Don't mess about - ask what you really want.