active questions tagged teamwork - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T01:22:55Zhttp://stackoverflow.com/feeds/tag/teamworkhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/36756/f-what-are-you-using-it-for14F# - What are you using it for?Kaius2008-08-31T10:33:29Z2009-11-28T10:09:36Z
<p>Ok so a good few months back i started hearing about F# and all the goodness it has, i bought Don Syme's book and started reading. At first i was really excited at how elegant it seemed to make certain tasks. But then i found a problem, although the language seems great it is quite different from what i use in work which means my co-workers won't understand it if i start developing new projects in it. So because i have not had a reason to actually work with it I still havent gotten my head around F# at all. </p>
<p>Luckily a new solo project is on the horizon which may give me a chance to use F#. My question is how did you start developing in F#? Do your co-workers also use it? </p>
<p>The project will be a pretty simple WinForm application connecting to a DB. I know i can write it all in C# or VB.NET but i would like to integrate F# in there in some way. Although developing the entire application in F# would take me far too long as i am still learning what areas would you suggest i use F# for?</p>
http://stackoverflow.com/questions/836493/cheaper-alternative-to-fogbugz3Cheaper alternative to FogBugzThomaschaaf2009-05-07T19:18:00Z2009-11-26T04:52:01Z
<p>Hey guys,
I really love using FogBugz but as a startup we just can't handle the cost of 100 Dollars per month(hosted) or 942 Dollars per year for four developers. I am not using the wiki neither am I using it as a help desk software. I really just need a program for our developers where we can track all the cases, assign them to someone and keep track of time of every user. Are there any alternatives out there our team could try? We really need the time keeping function since its the most important feature.</p>
<p>To make this clear I don't hate on the product because it costs money I would love to have the resources to be able and spend that much money on a bug tracker but developing a product is a lot harder if you're selffunded. The support representative I got on the phone actually told me that we should share the 2 free accounts so we could use their product. Unfortunatly they also don't have a different price for startups. We have gotten an extended trial but it will be up this month.</p>
http://stackoverflow.com/questions/1138389/balance-of-development-skills-within-team1Balance of Development Skills within TeamDave Anderson2009-07-16T15:21:28Z2009-11-25T06:16:05Z
<p>We are trying to build a team of 6 developers for our website and web services with ASP.Net, WCF and DotNetNuke. How should we try to balance the skills between the web site team and web services team? </p>
<p>This SO question seems to cover the <a href="http://stackoverflow.com/questions/618309/balance-of-personalities-in-a-dev-team">balance of personalities</a> but what suggestions are there for ensuring sufficient skill balance within the two teams?</p>
http://stackoverflow.com/questions/1780457/ever-had-to-dumb-down-for-a-job10Ever had to "dumb down" for a job?Wayne M2009-11-22T23:52:56Z2009-11-24T00:21:44Z
<p>I'm wondering if anyone has had a situation where it's clear that you know more than everyone else on your team, including the lead and/or manager, and how you handled a situation like this?</p>
<p>For example, let's say you spend your free time learning ASP.NET MVC, NHibernate (or LINQ to SQL/Entity Framework/ORM of choice), Subversion (or Git) and an IoC container. You also study up on using the Repository pattern, Pipes and Filters, DDD, and have begun to dabble in WPF. Then, you interview for an developer job at "Acme Corporation". During the interview, the team lead relates the following information:</p>
<ul>
<li>The programmers use SourceSafe for their version control system.</li>
<li>All apps are ASP.NET 2.0 WebForms, with all logic put in the code-behind, and for data access they use Typed Datasets filled via SqlDataAdapters.</li>
<li>All classes are programmed to concrete implementations (as opposed to interfaces).</li>
<li>No unit testing is done at all, and testing is performed by running the app and playing around with it.</li>
<li>The impression you get is that neither the lead nor the team are aware of any other way to do things.</li>
</ul>
<p>How do you handle a situation like this? Do you not take the job, because the skills you've learned on your own are "better" than the skills the team uses? What if you are in the early stages of your career and need some experience under your belt? Do you take the job and try to get the team to use better tools, at the risk of being fired? Or do you take the job and use Typed Datasets in code-behind pages and VSS, ignoring what you know are better ways of writing code?</p>
<p>To put it a more blunt way: How do you handle situations where you are Elvis in a sea of Morts?</p>
http://stackoverflow.com/questions/1784938/what-do-you-wish-sysadmins-would-do-differently7What do you wish SysAdmins would do differently? [closed]osij2is2009-11-23T18:09:00Z2009-11-23T18:25:35Z
<p>In direct response to a post on ServerFault <a href="http://serverfault.com/questions/16698/what-do-you-wish-developers-would-do-differently">here</a>, the OP asked:</p>
<blockquote>
<p>..what do you wish I, and other
developers you deal with, would do
differently? What things would make
life easier for you, cause fewer
problems, encourage co-operation, and
reduce crashes, performance issues and
configuration nightmares?</p>
</blockquote>
<p>While the majority of my career has been as a programmer, I've also been a sysadmin. I can see issues/points from both "sides" of the IT fence. However, what would you as developers ask sysadmins to do differently to "make life easier for you, cause fewer problems, encourage co-operation, and reduce crashes, performance issues and configuration nightmares?"</p>
<p>Sorry for the plagiarism, but I thought the OP was a really good question and wondered what the developers think in contrast to the sysadmins.</p>
http://stackoverflow.com/questions/1598491/is-it-fair-to-be-held-up-to-mockery-for-preferring-to-run-mvn-clean-install-as1Is it fair to be held up to mockery for preferring to run "mvn clean install" as 2 commands ?Jacques René Mesrine2009-10-21T02:51:21Z2009-11-23T12:51:12Z
<p>One of my team mates was held up for mockery by the team leads for preferring to run maven as:</p>
<pre><code>$ mvn clean
$ mvn install
</code></pre>
<p>The discussion by the team leaders was about efficiency and speed of work & someone brought up the issue that person X is continuing to split </p>
<pre><code>$ mvn clean install
</code></pre>
<p>into 2 separate commands. I know, I know that <strong>life is unfair</strong> but why would something so innocuous be an impediment to project progress. Would this be an issue for you in your team ?</p>
http://stackoverflow.com/questions/1775377/im-instant-messaging-increase-or-decrease-developers-productivity2IM (Instant Messaging) increase or decrease developer's productivity?GRGodoi2009-11-21T12:36:09Z2009-11-21T13:16:00Z
<p>In my team I have some developers that always have two or three IM windows open. The majority of these windows are not related with the project where they are nor with asking or offering programming help.
I also use IM and, off course, some of my "talks" are not related with the job. But I feel that when I am using IM my productivity drops. I mean, there is more "mental" work to change the scope between the task I am doing and the conversation every time a new message arrive.
Do you face the same situation? Is there some good practices to avoid this (excluding, off course, stopping using IM)?</p>
http://stackoverflow.com/questions/1749484/marketing-101-for-programmers3Marketing 101 for Programmers [closed]MathGladiator2009-11-17T15:05:35Z2009-11-17T15:05:35Z
<p>Which marketing books are effective for programmers to promote their team's work and defend their team from communication errors?</p>
<p>Imagine that I've been living in a cave.</p>
http://stackoverflow.com/questions/1678999/does-team-leader-have-to-take-blame-for-subordinate-errors6Does team leader have to take blame for subordinate errors?tanderson2009-11-05T07:55:00Z2009-11-16T15:46:48Z
<p>In a software company, does the team leader have to take responsibility for every error the subordinates do? </p>
<p>The client sent an angry email because some parts of the code were incomplete and not all logs were set into place. The error was done by one of my subordinates and he's the type of person that writes code in a hurry just to finish fast and "forgets" about writing good tested code.</p>
<p>The issue is that in my company I have to do very many things that aren't always related to team-leading abilities. For example I have to do some financial estimates on each month and other similar activities that many times take a day or two to solve. And the client shouts why don't things go in the time he scheduled.</p>
<p>The company has also a very bureaucratic system and I also have to fill-in very many wikis, etc. that also take lots and lots of time.</p>
<p>In the end, the client sends new specifications every day and many modifications of old specifications and he expects to finish all fast like the only thing I'm doing is his project. But I guess even if I'd be doing only his project I'd need more time because I tend to work from home many times just to finish in time and he's still unsatisfied.</p>
<p>Could you give me a hint on where the issue is or what could I do to improve this situation?</p>
http://stackoverflow.com/questions/323341/how-to-convince-my-boss-to-join-programmers-into-pairs-or-even-teams4How to convince my boss to join programmers into pairs or even teams?pbrodka2008-11-27T09:49:38Z2009-11-12T16:13:01Z
<p>Welcome
Our company has 4-6 programmers, each one working on 1-2 projects, and few more awaiting in schedule. Problem - from my point of view - is as long as I work here I work alone - so do all others. </p>
<p>I tried to talk with my boss that I want to work with others, exchange knowledge, learn from each other. He understand me, but also states that there is no big project to put more than one programmer into. There is possibility to have big project in nearly future, but first we must have those not yet started. Other problem is even if one of us finishes project, the other will be in the middle of his - so the first one will get another "small" project.</p>
<p>We started doing some internal trainings to share knowledge, but it's not the same as some challenging project did together with others. </p>
<p><strong>What should I point to my boss trying to convince him to try harder to form a programmers team?</strong></p>
http://stackoverflow.com/questions/1694757/tips-for-good-division-of-labor-between-design-development-and-hci0Tips for good division of labor between Design, Development, and HCIJasonWyatt2009-11-07T23:07:17Z2009-11-11T00:54:44Z
<p>I'm curious how other <strong>large-scale</strong> development shops (web-focused) divvy up the work between Designers, Developers, and HCI/Consumability Experts.</p>
<p>Obviously:</p>
<ul>
<li>Developers will be writing code</li>
<li>Designers will be responsible for graphical assets and probably some HTML/CSS</li>
<li>HCI Experts will be doing usability reviews, coming up with usage scenarios, etc.</li>
</ul>
<p>But what interests me more than these coarse job duties are the relationships and hand-offs between all of these parties that lead to the development and release of a finished product. I know that "process" can be a dirty word for small development houses, but for larger organizations the executives can come to expect that there is at least some sort of agreed-upon process for everything. I'm curious what your process is, or what your ideal process would be.</p>
<h2>Previous Discussion</h2>
<ul>
<li><a href="http://stackoverflow.com/questions/51624/designers-and-developers-working-together">Designers and developers working together</a> from user <a href="http://stackoverflow.com/users/5023/ash">Ash</a> focuses on design/dev only, and with an emphasis on Silverlight</li>
</ul>
http://stackoverflow.com/questions/38239/practices-for-programming-in-a-scientific-environment40Practices for programming in a scientific environment?onnodb2008-09-01T18:16:41Z2009-11-07T13:25:22Z
<h3>Background</h3>
<p>Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing data acquisition and analyzing our data. For the first two purposes, that works quite OK, but for data analysis, it's a real pain. On top of that, everyone was mostly self-taught, so code that was written was generally quite a mess (no wonder that every PhD quickly decided to rewrite everything from scratch). Version control was unknown, and impossible to set up because of strict software and network regulations from the IT department.</p>
<p>Now, things actually worked out surprisingly OK, but I have been wondering how other <strong>people in the natural sciences do their software development</strong>. Is there anyone around here with experience in that field?</p>
<h3>Questions</h3>
<p>Some concrete questions:</p>
<ul>
<li>What languages/environments have you used for developing scientific software, esp. data analysis? What libraries? (E.g., what do you use for plotting?)</li>
<li>Was there any training for people without any significant background in programming?</li>
<li>Did you have anything like version control, bug tracking?</li>
<li>How would you go about trying to create a decent environment for programming, without getting too much in the way of the individual scientists (esp. physicists are stubborn people!)</li>
</ul>
<p>I realize this is a rather broad question, but I do think it'd be interesting to gather some experiences here. I'll try to summarize things later on and perhaps change this into a wiki-style topic.</p>
<h3>Summary of answers thus far</h3>
<p>The answers (or my interpretation of them) thus far: (20081011)</p>
<ul>
<li>Languages/packages that seem to be the most widely used:
<ul>
<li>LabVIEW</li>
<li>Python
<ul>
<li>with SciPy, NumPy, PyLab etc. (See also <a href="#100103" rel="nofollow">Brandon's reply</a> for downloads and links)</li>
</ul></li>
<li>C/C++</li>
<li>MATLAB</li>
</ul></li>
<li>Version control is used by nearly all respondents; bug tracking and other processes are much less common.</li>
<li>The <a href="#38312" rel="nofollow">Software Carpentry course</a> is a good way to teach programming and development techniques to scientists.</li>
<li>How to improve things?
<ul>
<li>Don't force people to follow strict protocols.</li>
<li>Set up an environment yourself, and show the benefits to others. Help them to start working with version control, bug tracking, etc. themselves.</li>
<li>Reviewing other people's code can help, but be aware that not everyone may appreciate that.</li>
</ul></li>
</ul>
<p>Onno (a self-taught programmer and stubborn physicist myself.)</p>
http://stackoverflow.com/questions/1679618/what-makes-one-a-good-team-member3What makes one a good team member? [closed]hkshambesh2009-11-05T10:21:43Z2009-11-05T10:43:40Z
<p>In a job interview what the kind of answer would you provide?</p>
http://stackoverflow.com/questions/1631537/how-to-maitain-the-authentication-details-passwords-in-a-50-people-company1how to maitain the authentication details/passwords in a 50 people company [closed]Sabya2009-10-27T15:19:19Z2009-10-27T15:19:19Z
<p>What is the process that you guys follow for maintaining authentication details like login ids and passwords? There will be definitely some shared passwords. So, the target is to minimize the impact when someone is leaving the company.</p>
<p>The issues that the process should address are: -</p>
<ol>
<li><p><strong>Least impact</strong> when some is leaving.</p></li>
<li><p><strong>Affected areas</strong>. Quickly find the resources to which the leaving user was having access to.</p></li>
<li><p><strong>Forgetting password</strong>. What happens if a user forgets an authentication details? How does he get it? I think he shouldn't ask a team mate. I mean no-verbal communication.</p></li>
<li><p><strong>Find dependencies of a resource</strong>. Suppose I am changing the password for a mail account, which is getting used by some automated scripts to send mails. Here, the scripts are dependent on the mail account, so changing the password of the mail account means we have to change the password in the script too. So, how do find all the dependencies of a resource?</p></li>
</ol>
<p>I'd like a prefer a process which addresses these issues. But you can also recommend products which are open source and not hosted. I have gone through <a href="https://www.passpack.com/online/#0" rel="nofollow">PassPack</a>, but they don't solve #4.</p>
<p>There are similar questions <a href="http://stackoverflow.com/questions/11362/what-is-your-favorite-password-storage-tool">here</a>. But that does not exactly answer my question.</p>
http://stackoverflow.com/questions/1630638/is-using-a-geographically-distributed-development-team-a-better-approach-for-runn6Is using a geographically distributed development team a better approach for running a software startup?Olly2009-10-27T13:01:10Z2009-10-27T15:12:32Z
<p>It's commonly agreed that successful software development is as much about teamwork and communication as it is about individual programming expertise. Given this, one might assume that by operating a geographically distributed team you are at an immediate disadvantage to a tight-knit team all working locally.</p>
<p>When my startup company was founded, we couldn't afford shared office space and I was actually located in a different city to the rest of the team, so we all had to work remotely and use tools such as Basecamp, Skype and Trac to communicate. One the whole, this was <em>really</em> successful -- we got a huge amount of quality work done in a short space of time and launched a successful product. Working remotely gave our developers the time and space they needed to focus on the job and be <em>productive</em> without having interruptions or enduring office politics. To me, this is a huge advantage.</p>
<p>Given my experience, as well as the success of software companies with distributed teams such as <a href="http://37signals.com/" rel="nofollow">37signals</a> and StackOverflow (and I'm sure many more), I'm increasingly of the opinion that the advantages of running a distributed team outweighs those of running a centralised team, especially for start-up companies. </p>
<p>Would you agree? </p>
http://stackoverflow.com/questions/833897/what-makes-a-good-technical-team-lead20What Makes a Good Technical Team Lead?Phil.Wheeler2009-05-07T10:31:42Z2009-10-14T15:24:00Z
<p>As a technical team lead of a small team of web developers, I have been finding it difficult lately to identify and focus on the core responsibilities of keeping my team running.</p>
<p>Specifically, I'm finding myself pulled in several directions between doing actual hands-on development work, allocating work items to team members, making / assisting with technical or design decisions, documentation and administration and keeping up-to-speed with development progress and support handover preparation.</p>
<p>What have other people found to be the core attributes of an effective team leader and what sorts of techniques or strategies did that person employ that made them so effective?</p>
http://stackoverflow.com/questions/1529765/splitting-of-development-team2Splitting of development teammuthu2009-10-07T06:02:10Z2009-10-08T20:39:31Z
<p>I was organizing the team to do parallel development of next version of the product. I grouped the team by </p>
<ol>
<li>Client specific </li>
<li>Feature specific</li>
</ol>
<p>Handling the cross-functional issues by assigning that task to specific individual.</p>
<p>Would like to know what other ways project managers/ leads group teams?</p>
http://stackoverflow.com/questions/1520195/how-do-you-know-who-is-fixing-the-build2How do you know who is fixing the build?Richard E2009-10-05T13:50:50Z2009-10-05T14:22:43Z
<p>We are working in a CI environment, with Enterprise Cruise running our builds. Developers all have CCTray installed locally to notify us if a build breaks.</p>
<p>CCTray has a menu option <em>Volunteer to fix build</em> that you can use to let your team know that you are fixing the build. However this doesn't work in our environment (reasons: Fix build not currently supported on projects monitored via HTTP).</p>
<p>So the question is - does anyone have a technique that they use in their team that allows someone to indicate that they are fixing a broken build?</p>
http://stackoverflow.com/questions/1503239/good-c-open-source-projects-to-participate-in6Good C# open-source projects to participate in?Moayad Mardini2009-10-01T10:54:05Z2009-10-01T12:12:23Z
<p>I'm looking for some large open-source .NET (especially C#) projects to participate in as a developer, I'm interested in both web and desktop applications. I want the project to have a large number of members to get the feeling of working with a team.</p>
<p>Thanks for your suggestions. </p>
http://stackoverflow.com/questions/1474217/how-to-handle-a-php-project-with-a-team3how to handle a php project with a team?assaqqaf2009-09-24T21:20:23Z2009-09-28T04:44:24Z
<p>I was working as a freelance php developer for a while, and handled all programming aspects alone. Although I worked with a graphic desinger, all coding was done by me.</p>
<p>These days I get a job with a team to program some project.</p>
<p>So, I'm afraid of this new development. How to manage a team and divide the work, track the change.</p>
<p>I'll look for complete solutions.</p>
http://stackoverflow.com/questions/1483768/how-to-make-and-apply-standards-for-ui-development2How to make and apply standards for UI development?Misha N.2009-09-27T15:15:17Z2009-09-27T16:18:32Z
<p>Hallo,</p>
<p>I work in a small and young team of developers and we have problems that we are not sure how to solve.</p>
<p>On previous projects every developer have been working on tasks that were based on use cases. So, upon setting the system architecture, each team member worked on user interface and business logic of tasks assigned to him.</p>
<p>This kind of organization gave us the problems with UI. Each developer had his own logic about how UI should look like, where buttons should be, etc etc... and even if we've had one css designer a lot of refactoring had to be done in order to make web site to look compactly.</p>
<ul>
<li>How do you deal with this issue?</li>
<li>Do you split tasks based on layer, not on whole use case?</li>
<li>Do you use some technical solution to achieve this or is it just written standard that every developer need to follow?</li>
</ul>
<p>Thanks</p>
http://stackoverflow.com/questions/1475496/team-development-vs-individual-development6Team Development Vs Individual Development Jordan Johnson2009-09-25T04:51:37Z2009-09-25T05:48:41Z
<p>Last week I found myself trying to explain to my management that team development is better than individuals programming alone. Unfortunately, I didn't have any hard facts to back this claim up.The managements issue is that 2 developers on a project equals 2 times the cost.</p>
<p>What advantages have you found in working as a team? Articles,blogs,project plans,metrics, etc will help whenever I go back and explain. Thanks in advance </p>
http://stackoverflow.com/questions/1473222/new-guy-improving-existing-architecture0new guy improving existing architecture [closed]Dustin Getz2009-09-24T17:57:08Z2009-09-24T17:57:08Z
<p>From Stevey's rant <a href="http://steve-yegge.blogspot.com/2008/06/done-and-gets-things-smart.html" rel="nofollow">Done Get Things Smart</a>:</p>
<blockquote>
<p>You want someone who, when you give them a project to research, will come in on Monday and say: "I'm Done, and by the way I improved the existing infrastructure while I was at it."</p>
</blockquote>
<p>Discussed previously in <a href="http://stackoverflow.com/questions/1375337/when-youre-the-new-guy-and-you-keep-seeing-dumb-things-do-you-refactor-them">when-youre-the-new-guy-and-you-keep-seeing-dumb-things-do-you-refactor-them</a>, the consensus is, you're new don't touch it.</p>
<p>How can we balance these two poles? I want improve myself towards the DGTS type.</p>
http://stackoverflow.com/questions/1078618/silverlight-development-best-practises-for-organizing-workflow-between-net-dev0Silverlight development - best practises for organizing workflow between .net developer and blend designertomo2009-07-03T09:40:37Z2009-09-22T08:00:02Z
<p>Hello,</p>
<p>I will be starting soon my first silverlight 2.0 project.
I'm responsible for .net stuff and organizing team work.
Currently we use environment build with subversion and cruisecontrol.net. It suited our neeed so far during Winforms and ASP MVC projects.</p>
<p>I've got a few questions concerning Silverligt development.</p>
<ol>
<li><p>Microsoft claims that xaml and their tools are great for team work, that designers and developers can work together and they are responsible for different areas of projects. It sounds great, but as usual in reallife it always looks quite different.
Can anybody share his experiences?</p></li>
<li><p>Can anybody recommend any resources (books, tutorials, webcasts...) how to learn quickly Blend from Flash/Adobe designers' perspecitve?</p></li>
</ol>
http://stackoverflow.com/questions/1425069/how-much-time-do-you-spend-in-production-troubleshooting11How much time do you spend in production troubleshootingjoeslice2009-09-15T04:02:14Z2009-09-16T22:03:45Z
<p>At my prior job of 5 years, I eventually had to leave because I was growing into the go-to guy for production support and troubleshooting. I was spending at least half of my time doing queries in production, event log scraping, etc. Yes, we had a QA department, a large support organization, and all the right pieces but you're going to get bugs in production, it's just a fact of life for any realistic project team.</p>
<p>Frequently, when the need arose I would be expected to drop everything and troubleshoot a production issue. That's all well and good, in fact it's a primary part of our job as developers who are lucky enough to have a production application in use. However, it's seemingly inevitable that as you prove your abilities as a troubleshooter/debugger, you get more and more of that work funnelled your way. </p>
<p>At my current job, I'm starting to see the same trends: after a production release I am tapped more and more often to triage, troubleshoot, and address a large number of the issues that come up.</p>
<p>So I guess my question is this: when there is a team of developers, and you are getting assigned more and more of the debugging tasks, do you take it as a compliment and learn to deal with the added stress? Or do you start to wonder if you are overburdened with this while your 'real work' for the next release piles up awaiting the next deadline?</p>
<p>(PS this question is not about how to ensure quality of an application -- this is merely typical after-the-fact troubleshooting)</p>
http://stackoverflow.com/questions/1406653/how-to-setup-source-control-with-multiple-products-all-dependent-on-a-single-clas2How to setup source control with multiple products all dependent on a single class librarychief_wampum2009-09-10T17:36:20Z2009-09-10T17:47:48Z
<p>I am the CTO and sole developer for my company. I'm getting ready to hire our first developer and possibly a second within the next 6-12 months. I'm embarrassed to say that I've never used source code control as part of my workflow. I guess being a 1-member development team has allowed me to be a bit lazy. It's not that I haven't wanted to, I just have a bit of a mental block about how to get started with it.</p>
<p>We have 5 web applications that I build and maintain. We use ASP.NET, and each web app references a single .NET Class Library (DLL) that has been copied into the "bin" folder for each app. I've been developing with a single Visual Studio "solution" that includes the class library and all of the web apps. A bit bloated, I'm sure, but this method has made it easy for me to minimize mistakes by enabling me to do global find and replace operations on all of my apps (and the class library) at the same time.</p>
<p>I realize that implementing source code control is a big change to my workflow by itself, but also introducing another developer into my process has me a bit overwhelmed. I'm looking for some assistance on how to develop a workflow that will enable my small team to move quickly without cumbersome processes. I'd like to avoid discussions about which SCC system to choose (we're going to use Mercurial). I'm more interested in discussing the structure and workflow aspects of this.</p>
<p>Here are the questions I need help with:</p>
<ol>
<li><p>Should I split up each app into a separate "project" or keep them all together so we can continue to benefit from global find-and-replace operations when necessary. I'm worried about splitting them up because of the class library situation (see #2).</p></li>
<li><p>If splitting up the apps into separate projects, I'm not sure how to proceed with the class library that each project needs a copy of. For example, let's say that the changes to one of the apps (call it "project 1") requires a change to the class library... if the class library is in a separate project (call it "project 2"), it seems "messy" to me that project 1 would be dependent on the latest changes in project 2 in order to work properly. Or, do you simply make your changes to project 2 (the class library), check them in, and then copy the newly compiled dll into project 1 (but shouldn't the new copy of the dll being copied into project 1 be recorded in the SCC somehow). I'm getting confused even as I write this...</p></li>
</ol>
<p>Thanks in advance for your help.</p>
http://stackoverflow.com/questions/1111225/does-offering-financial-bonuses-help-or-hurt-morale5Does offering financial bonuses help or hurt morale?unknown (google)2009-07-10T18:31:10Z2009-09-05T16:30:50Z
<p>In response to <a href="http://stackoverflow.com/questions/1110803/if-you-wanted-to-improve-software-development-in-your-organization-and-you-had-1">this question</a>, David Thornley writes: "Offering a $1K bonus can also really hurt morale and make the team less effective. Don't do this without thinking it over very carefully. You can't measure contributions well enough to make it seem fair."</p>
<p>Does offering financial bonuses help or hurt morale?</p>
<p>If you have ever received a financial bonus, did it help or hurt the team's morale?</p>
<p>If someone else in your organization received a financial bonus, did it help or hurt your morale?</p>
<p>Related question: <a href="http://stackoverflow.com/questions/29925/building-morale-in-the-dev-team">Building morale in the dev team</a></p>
http://stackoverflow.com/questions/1354535/keeping-a-dislocated-team-on-track5Keeping a dislocated team on trackcode_burgar2009-08-30T18:28:27Z2009-08-30T19:05:24Z
<p>Being a part of a small development team that is geographically dislocated, I keep running into constant problems with keeping the projects on track and the team productive.</p>
<p>Aside from project collaboration software and regular communication, there seems to be little to do to improve team synergy.</p>
<p>I would really appreciate any tips, tricks and techniques you might have successfully applied to your teams with good results. </p>
http://stackoverflow.com/questions/1328997/what-is-the-role-of-a-development-lead6What is the role of a development lead? [closed]Charlie2009-08-25T15:22:37Z2009-08-25T16:28:09Z
<p>What is the role of a lead developer in a team? I'd like to understand exactly what they are responsible for and what they should be doing, and also what they are not responsible for and what they shouldn't be doing. I've seen development leads taking on more of a project management role on a number of projects and I think they should be focusing on enforcing best practise and ways of working in the team.</p>
http://stackoverflow.com/questions/232035/how-do-you-promote-joint-code-ownership7How do you promote joint code ownership?ripper2342008-10-24T00:00:40Z2009-08-23T11:54:21Z
<p>A strong Agile concept is Joint Code Ownership - no single member of the team owns a piece of code, but rather the entire team. This means the code is up for editing, improvement, refactoring...</p>
<p>How do you promote this concept? How do you deal with a team member that has trust issues regarding his code, and remains suspicious of other people messing with it?</p>