Tagged Questions
29
votes
16answers
2k views
Do you have your own 'misc utils' library? What part are you most proud of? [closed]
I know that many of us maintain our own little personal library with tools and utilities that we use often.
I've had mine since I was 16 years old so it has grown to quite a considerable size. Some ...
26
votes
9answers
1k views
What's your view on using other people's code? [duplicate]
As per this question: I decided to implement the BitTorrent spec to make my own client/tracker.
Now, I was going through the spec, I was about 70% done implementing the BEncoding when I found a link ...
3
votes
3answers
412 views
What's the best way to manage reusable classes/libraries separately?
When coding, I naturally often come up with classes or a set of classes with a high reusability. I'm looking for an easy, straight-forward way to work on them separately.
I'd like to be able to easily ...