Login Register






Programming with team filter_list
Author
Message
Programming with team #1
My buddy and i have been trying to sort of like "Team Code" i'm wondering if there is a feature in visual studio or a program that lets us code a program simultaneously? I feel like a dummy for not figuring out how this visual studio team thing works

Reply

RE: Programming with team #2
You mean something like Titanpad, though that isn't really meant for coding.

You can setup a codiad server, this would allow you to code with multiple people at once, I'm not sure syntax highlighting is enabled for every language though.
It's pretty easy to install, and doesn't require a lot, I used to run a server on my PI.
~~ Might be back? ~~

Reply

RE: Programming with team #3
You can use Git
If you are using VS you should be able to get GIT from the NuGet package manager

Reply

RE: Programming with team #4
You can use VS Anywhere, I've used that before and it's extremely stable and made for VS.

Reply

RE: Programming with team #5
Use git as mentioned here or a subversion server.

Reply

RE: Programming with team #6
Git all the way, that's the best way to work as a team. Plus, learn git now you'll be using it for the rest of your career and know exactly what's up. It's helped me in a ton of different scenarios.

Here's a pretty good guide to get started: http://rogerdudler.github.io/git-guide/
[Image: pBD38Xq.png]
Email: insidious@protonmail.ch

[+] 2 users Like insidious's post
Reply

RE: Programming with team #7
starting the guide now! sorry for such a late reply, been going through some stuff

Reply