Search Results

2
votes

What version-control system is most trivial to set up and use for toy projects?

If you are looking for something that is really really esay to set up, then why not go for the free SVN hosting option, you don't have to set up a thing! Sadly the two older ones that every …
6
votes

Explaining SVN to non-programmers

As I read it there are 2 things here. 1 teaching them the concept, and 2 teaching them how to use SVN. Generally keep it simple and the complexity will take care of its self in time and us …
0
votes

How do I explain loose coupling and information hiding to a new programmer?

Just like the move from 16 bit to 32 bit windows applications where processes were given their own address space. This stopped any other process from being able to kill your application when it "ac …