Tagged Questions
The collaboration tag has no wiki summary.
108
votes
22answers
47k views
Trac vs. Redmine vs. JIRA vs. FogBugz for one-man shop?
Background
I am a one-man freelancer looking for a project management software that can provide the following requirements. I have used Trac for about a year now. Tried Redmine and FogBugz on Demand ...
36
votes
10answers
6k views
Tool to aid Code Review
For our small team of 20 developers, we used do code review like:
Make a label in svn and publish the label to the reviewers
Reviewers checkout the code and add comments in line (with marker like: ...
34
votes
46answers
3k views
What to do with star developers who don't document their work?
There is a colleague who seriously knows his stuff, he is one of the brightest I've ever worked with, but he:
works in his own little area of his home directory rather than in the common CVS ...
24
votes
27answers
3k views
What exactly do you do when your team leader is incompetent?
One of your team members has been appointed "technical lead" or "team lead" yet he is technically incompetent and lacks major leadership skills.
By technically incompetent, I mean that the person ...
22
votes
6answers
6k views
Online code review tool with git integration
For our dev team we need to conduct code reviews regularly. Our core requirements are:
It is hosted somewhere so we don't have to bother with supporting the infrastructure for it
It can integrate ...
18
votes
10answers
6k views
What's your favorite shared whiteboard tool?
I like to draw -- well, scribble -- while working with other people; that works well in my office, where I have a huge whiteboard. But if the other people are on the other end of a phone line, it's ...
15
votes
2answers
2k views
Github: readonly access to a private repo
I am developing some private projects on Github, and I would like to add nightly cronjobs to my deployments servers to pull the latest version from github. I am currently doing this by generating ...
15
votes
6answers
391 views
Best place to find coding partners for open-source projects?
I find myself wanting to develop certain projects, but most of the time I lack motivation because I develop by myself.
What I usually do is look for similar existing projects, and ask the developers ...
15
votes
16answers
930 views
How do you collaborate with other coders in real time?
Pretend you're hitting me up for some javascript help on IM. How can you make it as easy as possible for me to help you get your code working?
I run into this all the time. I'm on instant messenger ...
14
votes
9answers
4k views
What *collaborative* wireframing / UI mockup tools are out there? [closed]
I'm looking for something that applies the collaboration focus (one location/URL, always up-to-date, multi-person online read/write access anywhere) of google docs / google spreadsheets to ...
13
votes
12answers
1k views
Old School vs New School Programmers Problems and/or Benefits
I am a recent college graduate working for a large corporation that has an aging workforce. I am curious for peoples experiences on working with an age gap preferably from both sides.
Examples ...
11
votes
4answers
230 views
Collaborating on websites with relational databases and a CMS
What processes do you put in place when collaborating in a small team on websites with databases?
We have no problems working on site files as they are under revision control, so any number of our ...
11
votes
1answer
3k views
How can I host a Mercurial repository for several users myself?
There are a number of hosting services for git, Mercurial, etc. I need to host my own, because some of the data we want to keep there is of a sensitive nature, and we cannot move it off-site.
I need ...
11
votes
13answers
2k views
A Good, Free screen sharing program for pair programming?
I am looking for a good, free (preferred) screen sharing program that works well for pair programming and code review sessions for Windows (Vista x64, Server 2008). It should allow either person take ...
11
votes
8answers
4k views
What's a good Wiki for technical documentation?
What's a good Wiki (or other browser based collaborative tool) for technical documentation? Both as a programmers reference and more general "How to perform this reoccurring tasks on a computer" ...
10
votes
5answers
368 views
Collaborative RegEx Development
I'm looking for Collaborative RegEx website or software, where one can submit several cases of "match" and "shouldn't match" then other might refactor the regex. Like refactormycode.com but with a ...
9
votes
6answers
402 views
Collaborating on an iOS game with an artist living somewhere else / modifying files in an iOS app without rebuilding
a former coworker (artist) and myself (programmer) are currently developing a small game together in our free time. Since he is not at all interested in learning how to use XCode, save making his own ...
9
votes
6answers
291 views
Where can I find people to collaborate on software projects?
I mean not on open source, but software to build and sell.
They don't have to be programmers, they can be also people who have ideas or with a marketing background.
Is there any good internet ...
9
votes
4answers
6k views
Best practice for SVN tags?
Should I use them as separate releases? Do I check them back into trunk or branches? Is this all in the red book and I've just wasted your time?
8
votes
2answers
2k views
How to set Subversion properties with git-svn
Is there a way to set subversion properties on a git repository that was created by git-svn?
In my case, I want to edit the version of svn:external, svn:ignore and
svn:executable.
However, the only ...
7
votes
4answers
595 views
To SharePoint Or Not (as a foundation for application development)(vs ASP.NET)
I have a POV that you should only use SharePoint for application development under these conditions.
1) The application uses documents and these documents need some sort of functionality that ...
7
votes
3answers
1k views
Tips for collaboratively editing a LaTeX document
My default setup is to put the tex source in a subversion repository and insert notes to each other as comments in the source when making changes to other people's content. It all feels pretty ...
7
votes
8answers
2k views
Biggest Missing Features in Basecamp for Software Development Management & Collaboration
What features might our team find lacking if we adopted Basecamp for bug tracking, task tracking, external documentation, collaboration, and project management?
I've used the free version before and ...
7
votes
10answers
626 views
OpenSource: Collaborative Design
After delving into the world of opensource I have found implementation is emphasised over design. Version control allows for a project to branch off in many directions, which projects may do; this ...
6
votes
5answers
69 views
How do you share SQL changes within your team?
Whenever you make database changes, how do you apply these changes to others databases on the team (and also your servers)?
Currently we are using a file called changes.sql where we put all our ...
6
votes
10answers
273 views
Should one programmer document another's code?
Several of our lead developers have pursuaded management to assign a junior developer to document their code for them.
Their arguments are:
You'll have two programmers familiar with everything.
...
6
votes
6answers
1k views
Tools for Remote Pair Programming
Me and a friend are working on a side-project where most of the development is done with both of us sitting on the same machine. We will soon be based in different locations but would like to continue ...
6
votes
8answers
507 views
What is a good (coding) platform to use for telephone coding interview?
We are going to interview some candidates over the phone and we need the candidate to write code (pseudo code). Obviously, asking the candidate to read the code out loud to us over the phone isn't ...
6
votes
12answers
383 views
Software/Platform to Share Specs
What are the software/ Wiki you use to write and share your specs about the developers, testers and management?
Do you use Wiki system, and if so, what Wiki software you use?
Or do you use ...
6
votes
8answers
562 views
Editor showdown: Maintain newlines at the ends of sentences
When editing non-WYSIWYG (LaTeX, HTML, etc) prose you probably want to have newlines at the ends of your sentences.
This has several advantages:
Easier to rearrange sentences.
Easier to comment out ...
6
votes
20answers
557 views
Do you chat online for work purposes?
I've worked with folks who are chatting online with their peers, constantly batting around ideas. I've also worked with folks who adamantly refuse and think it's a waste of time.
Are online live ...
6
votes
10answers
834 views
Agile development in a distributed team
The Agile Manifesto emphasizes the importance and nature of communication in the software development process. Two of the twelve principles underscore this:
Business people and developers must work ...
6
votes
7answers
1k views
How do you handle different Java IDEs and svn?
How do you ensure, that you can checkout the code into Eclipse or NetBeans and work there with it?
Edit: If you not checking in ide-related files, you have to reconfigure buildpath, includes and all ...
6
votes
6answers
2k views
Best Practice: Collaborative Environment, Bin Directory, SVN
What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin? Is it easier to just add ...
5
votes
2answers
560 views
How to manage backups and monitor Git with a central repository?
I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individual tasks. We merge ...
5
votes
7answers
655 views
What are the boundaries or scope definitions of HTML5 development?
From reading the mailing lists and looking at the specification I cannot tell what the limits of HTML5 are as a software or programmatic technology. I have seen where they have attempted to ...
5
votes
4answers
229 views
Building A Team
I'm trying to put a small team (about 5 members to start) together here in Honolulu to work on some hobby-projects members and myself may have, and am having trouble finding other members who are ...
5
votes
5answers
1k views
Are there any alternatives to Rational Team Concert at the moment?
we are a team of about 100 developers working in an iterative development style. We are looking for a solution that will allow us to aggregate all development artifacts in one collaborative ...
5
votes
4answers
641 views
When designing a software platform, what are the key elements that make up a successful pluggable architecture?
I've been really impressed by the growing number of software platforms that let outside developers contribute code through a pluggable architecture (plugins/extensions).
I've been studying which ...
5
votes
15answers
858 views
Continuous version control
I haven't seen a continuous version control system - one that would save changes in your code as you developed them, rather than waiting for an official check in. The changes would be saved as 'not ...
5
votes
9answers
7k views
Solutions for multiple webcam meeting [closed]
Currently our team is partially distributed with several members not at our local office. We do a lot of collaboration, and have decided to move to using webcams. I've done this before where we've had ...
4
votes
2answers
98 views
Suspicions regarding Magento licencing [closed]
I have been doing webdesign for a small business in Denmark, which alrady have a deal with a larger company to create the final site.
Among this companys proposal, I see that they charge a rather ...
4
votes
5answers
546 views
Free scrum project management tool?
we are a team of 10 software developers, and we are searching for some management tool for our agile projects that is free or costs less then $15 per user per month. Yes, yes.. there are some of them, ...
4
votes
2answers
106 views
How to work collaboratively with Matlab?
For a project we have to write a Matlab simulation and would like to split the work over several persons. As there are some non-professional programmers involved and we are dealing with a short ...
4
votes
2answers
297 views
How to do document review in LaTeX?
I have a LaTeX document that I wrote, that needs to be reviewed by my boss. What do I send him? The .tex? The generated .pdf?
How will he make his comments?
In the case of the .tex, should I suggest ...
4
votes
1answer
1k views
How to turn on syntax highlighting in etherpad
There are many free etherpad implementations since it went open source. Does etherpad support syntax highlighting or is some kind of add-on available?
I tried
http://typewith.me/
http://sync.in/
...
4
votes
3answers
234 views
Collaborative text editing in a web application
I have a group of writers around the world all trying to work on one story. I want them to be able to work with each other like they would on google documents, but from within our application. ...
4
votes
2answers
208 views
Emacs collaborative buffers open in the wrong mode
I am using Emacs and Rudel to collaborate with a remote programmer. Rudel has a concept of published buffers. When my partner publishes a buffer, I can subscribe to it and the we can both edit it ...
4
votes
6answers
733 views
A recommended Wiki for document collaboration / management?
I'm trying to convince the team I'm working for (which consists mostly of semi-technical or non-technical people) to drop our Windows-shared-folder stored word document based method of working on ...
4
votes
2answers
465 views
Recommendations for implementing aspects of social networking in SharePoint
We're looking to build a collaborative site for a targeted set of users (~100) based on SharePoint Services and we want to integrate social networking features such as tagging, activity streams and ...