Relative Content

Tag Archive for personal-projects

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 integrate them into any project; it also should be possible to switch to a different version with as few commands as possible.

TDD and Version Control

I am currently learning about TDD and trying to put it into practice in my personal projects. I have also used version control extensively on many of these projects. I am interested in the interplay of these two tools in a typical work flow, especially when it comes to the maxim to keep commits small. Here are some examples that come to mind:

Is debugging a waste of time? [duplicate]

Whenever you hit a bug, don’t debug. Instead, spend time learning about topics related to the bug from textbooks and work on other projects until one day you can come back to the bug and solve it instantly thanks to your piled up knowledge.

Is debugging a waste of time? [duplicate]

Whenever you hit a bug, don’t debug. Instead, spend time learning about topics related to the bug from textbooks and work on other projects until one day you can come back to the bug and solve it instantly thanks to your piled up knowledge.

Should I use git for project files, other than the actual source? [duplicate]

This question already has answers here: Should Git be used for documentation and project management? Should the code be in a separate repository? (9 answers) Closed 10 years ago. I have a lot of small projects, and while their source code is backed up and tracked with git, I don’t know what to do with […]