Tagged Questions
4
votes
7answers
647 views
Why don't software libraries solve all our problems? [closed]
Modular programming and reusable software routines have been around since the early 1960's, if not earlier. They exist in every programming language. Conceptually, a software library is a list of ...
25
votes
11answers
2k views
Is it wrong to take code you have produced at work and re-use it for personal projects?
Throughout my various workplaces and through my university life I always wrote code which I thought "this would be really useful in generic situations". Indeed, I intentionally write code, even if it ...