Tagged Questions
2
votes
2answers
308 views
Add a second developer to the team
In my company, I'm the only developer, but we plan on expanding the team by hiring a second programmer. I know there are a lot of implications to that (especially around source control). I've Googled ...
16
votes
7answers
958 views
How to become a good team player?
I've been programming (obsessively) since I was 12. I am fairly knowledgeable across the spectrum of languages out there, from assembly, to C++, to Javascript, to Haskell, Lisp, and Qi. But all of ...
7
votes
7answers
2k views
What should you include in a development approach document?
I'm in the middle of co-producing a "development approach" document for off-shore resources as they ramp up onto our project.
The most recent (similar) document our company has used is over 80 pages, ...
4
votes
4answers
325 views
Weekly technology meeting?
I am thinking of introducing weekly technology meeting where programmers working on the same project can discuss things like:
current status of the project on technical side
technology backlog. ...
4
votes
1answer
96 views
Advice On How To Securely Manage [Client] Server Details Across Team?
Does anybody have any advice on this? I currently work as a kind of lead developer/team leader and we have some remote team members and sometimes a contractor or two. At times, the entire team might ...
4
votes
1answer
436 views
Real-time collaborative text editing (ie gdocs) - is it a viable software development tool?
"Google Docs" allows for real-time, collaborative document editing. Multiple document viewers are able to simultaneously read and change a document's content so that one user's updates are instantly ...
3
votes
2answers
219 views
how do I form a team which is remote?
I've got a bit of a challenge. While I'm not "in charge" I'm certainly lead developer on a project and my team will be scattered to high heaven.
I've got someone who works on Fridays only, and ...
11
votes
2answers
478 views
Have you tried programming via Collaborative Text Editing? [duplicate]
Lately I've been experimenting with using a collaborative text editor (or plugin such as NppNetNote for Notepad++) for two or more partners to edit source code. I've been met with unexpected success, ...