active questions tagged software-development - Stack Overflowmost recent 30 from stackoverflow.com2009-12-17T18:44:37Zhttp://stackoverflow.com/feeds/tag/software-developmenthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1917264/kanban-as-a-software-development-process-in-practice1Kanban as a Software Development Process in PracticeLBushkin2009-12-16T19:59:54Z2009-12-17T12:36:30Z
<p>Has anyone used the <a href="http://www.kanbandistilled.com/" rel="nofollow">kanban method</a> for software development management?</p>
<p>I am evaluating kanban as a technique and would be curious to hear from anyone who has actually applied it in practice as to how effective it is. I've seen questions like: <a href="http://stackoverflow.com/questions/924121/is-anyone-using-kanban">is-anyone-using-kanban</a>, <a href="http://stackoverflow.com/questions/1156667/kanban-vs-scrum">kanban-vs-scrum</a>, and <a href="http://stackoverflow.com/questions/1367491/apply-kanban-in-an-agile-team">apply-kanban-in-an-agile-team</a> but they don't address my concerns.</p>
<p>What I'm interested in specifically is:</p>
<ol>
<li>Does it actually offer the advantages is claims in terms of dynamically identifying bottlenecks?</li>
<li>Is it easy to execute in practice, or does it have logistical challenges that you need to manage?</li>
<li>Does it scale well to project teams with many parallel streams of work and many developers?</li>
<li>How does it compare to critical path analysis (as implemented in MS Project), how is it different?</li>
<li>What other benefits can be gained from applying kanban?</li>
</ol>
<p>Thanks.</p>
http://stackoverflow.com/questions/1920143/how-do-you-organize-your-software-development-infrastructure1How do you organize your Software Development Infrastructure?gugulethun2009-12-17T08:01:17Z2009-12-17T08:45:03Z
<p>We are working on improving our Software Development environment in a bid to produce quality software. My question is how should our infrastructure be set up such that we have,</p>
<ol>
<li>Source Control - for revision control & source sharing</li>
<li>Continuous Integration - for continuous builds & pushing code to the staging sever</li>
<li>Staging - hosting of applications internally</li>
</ol>
<p>We currently have only one server which I suspect is not good practice. I would welcome suggestions regarding how we can distribute these features across multiple machines.</p>
http://stackoverflow.com/questions/1909280/equivalence-class-testing-vs-boundary-value-testing1Equivalence Class Testing vs. Boundary Value TestingPhenom2009-12-15T18:08:40Z2009-12-15T18:11:38Z
<p>I understand how equivalence testing works. How is it the same or different from boundary value testing?</p>
http://stackoverflow.com/questions/1909179/drawing-uml-state-diagrams1Drawing UML state diagramsPhenom2009-12-15T17:51:01Z2009-12-15T17:57:05Z
<p>When drawing state diagrams, how do you know which states get put in boxes and which states are for the transition arrows? I noticed that transitions are states too.</p>
<p>I'm looking at figure 1 on this page:</p>
<p><a href="http://www.agilemodeling.com/artifacts/stateMachineDiagram.htm" rel="nofollow">UML 2 State Machine Diagrams</a></p>
http://stackoverflow.com/questions/1906538/association-of-n-to-1-objects-in-a-uml-class-diagram1Association of n to 1 objects in a UML class diagramPhenom2009-12-15T10:37:38Z2009-12-15T10:47:18Z
<p>Is it safe to say that in a UML class diagram, if there is an association of n to 1 objects, then the association arrow is pointing from the class associated with n objects to the class associated with 1 object?</p>
<p>n ----> 1</p>
http://stackoverflow.com/questions/1906089/what-is-black-box-testing-and-white-box-testing1What is black box testing and white box testingPhenom2009-12-15T08:56:52Z2009-12-15T09:00:26Z
<p>I'm trying to understand one in terms of how it compares to the other.</p>
<p>Is white box testing where you can see the code and black box testing where you don't look at the code?</p>
http://stackoverflow.com/questions/1688030/windows-desktop-application-development-cost-comparison-for-vb-net-vc-c-net1windows desktop application development, cost comparison for VB.net, VC++, c#.net, and java..?unknown (google)2009-11-06T14:42:19Z2009-12-14T15:00:11Z
<p>Want to know the cost comparison for creating "desktop application development environment for windows" like licensing Visual Studio and Java evn...?</p>
<p>Just an approx estimate would do..</p>
<p>For the analysis of technology choice among VB.net, VC++, C#, JAVA,,</p>
<p>Any web link where such analysis has been done in managerial perspective(cost, Performance,
Maintainability,
Adoptability with Upcoming technologies,
Flexibility to Enhance,
).. would be of great help..</p>
http://stackoverflow.com/questions/1896038/how-many-hours-do-you-work-1How many hours do you work? [closed]whoi2009-12-13T09:47:02Z2009-12-13T09:47:02Z
<p>We(engineers), in Turkey, because conditions are not that good for software development, we need to work more than 11 hours per day. I wonder the conditions in other countries, such as work-hours, revenue, can please explain your condition?</p>
http://stackoverflow.com/questions/1890935/has-agile-methodology-produced-any-complex-products-not-projects-that-have-ship1Has Agile methodology produced any complex products (not projects) that have shipped for more than 3 years? [closed]dh1r2009-12-11T21:19:15Z2009-12-11T21:49:55Z
<p>Can you point to any one product from a serious product development firm (Microsoft, Oracle, Veritas, etc), that has been shipped for more than 3 years and was built from the ground up using a pure Agile development process? I would like to neglect web related products and database front ends for the purposes of this poll, because the development problem domain seems repeated over products and hence requires less design. I would like to know particularly about networking software products, since that is what we are building.</p>
<p>Our team is considering moving to Agile, and the idea of not having any design documentation in place (pre or post implementation) seems counter-productive to me. For two reasons, I think this would not work:</p>
<p>i) Software is complex and you need to put significant thought into building something - resulting in at least a high level design doc where I come form - before you start listing tasks and estimating time for their completion.</p>
<p>ii) Attrition is real. New team members can fix more bugs, and design new features better if there is documentation that captures the thought process that created the existing features feature.</p>
<p>So, if someone can provide some examples of real world products that have been built using Agile and are still in the game three years hence, I would be very grateful.</p>
<p>Thanks,
Dh1r</p>
http://stackoverflow.com/questions/1887812/ifdef-hell-on-earth2#ifdef - hell on earth? [closed]Henrik2009-12-11T12:37:55Z2009-12-11T13:31:53Z
<p>What I've noticed from my professional embedded C career is that most programmers loves to sprinkle the code with <code>#ifdef</code>. </p>
<p>In my opinion <code>#ifdef</code>-hell creates code which is impossible to maintain, read, debug and develop. </p>
<p>I am not entirely against <code>#ifdef</code>'s though. It <em>certainly</em> has its uses. But I would prefer using concepts such as callback pointers, smaller more "defined" components, smaller functions with one special purpose and de-coupled components.</p>
<p>An easy example: let's say we want to print a message when debugging, I often see,</p>
<pre><code>#ifdef _DEBUG
printf("error 42!");
#endif
</code></pre>
<p>I would prefer doing a macro:</p>
<pre><code>#ifdef _DEBUG
#define TRACE(msg) printf(msg)
#else
#define TRACE(msg)
#endif
</code></pre>
<p>and then</p>
<pre><code>TRACE("error 42");
</code></pre>
<p>This is of course only the most simple <code>#ifdef</code>-problem I see. What I hate the most is <code>#ifdef</code>'ing different kind of features instead of using callback pointers and configuring the SW in an "system component" by install callbacks and/or selecting the features from this high level component.</p>
<p>In my opinion each feature should be put into its own function and then "installed" into the framework using callbacks.</p>
<p>The Linux kernel in particular seems to suffer from <code>#ifdef</code>-hell.</p>
<p>What's your take on <code>#ifdef</code>'s, are they hell on earth or do you use them wherever you can? </p>
http://stackoverflow.com/questions/1877477/is-there-a-place-for-well-thought-out-creative-clean-and-tidy-code-in-commerci1Is there a place for well thought out, creative, clean, and tidy code in commercial software development?andy2009-12-09T22:49:17Z2009-12-10T06:39:39Z
<p>Let me set the scene.</p>
<h2>The Scene</h2>
<p>We're a web development company, and so we work within a highly distributed environment. DB Servers, Services, Web Services, Front-end, Back-end, etc etc. I'm not sure if that's relevant, but there it is.</p>
<p>Essentially though, at it's most basic, we develop custom web solutions, and maintain one large CMS application, which we use to leverage 80% of our projects.</p>
<h2>The Problem</h2>
<p>The CMS application works, kinda, but it has to be customized and changed almost all the time for each project. Every time I go in it, or fix the same problem over and over again, I want to cry.</p>
<p>It just could be so much better, and in it's current form, it's very inflexible, and rigid. For example:</p>
<ul>
<li>There's repeated code all over the place</li>
<li>Global business logic is spread out all over different layers, multiple times, making it a dog to change, anytime anything has to be modified</li>
<li>there's loads of god classes, and the structure doesn't make any sense</li>
<li>etc etc.</li>
</ul>
<p>Not only is this ugly, and annoying, but it makes it prone to bugs, and hard to extend. For example, it would be great if the CMS worked at an API level, but because there's business code all over the UI, it cannot.</p>
<h2>The Question</h2>
<p>I would love to discuss with my peers solutions for these problems, and fix/rewrite a lot of the issues in the application in a collaborative effort, because I believe it would have a lot of long-term benefits.</p>
<p>For example, it would make each individual project take less time, because there would less bugs to fix. It would make customizing easier, and it would make extending and building a better application simpler.</p>
<p>However, I realize this would be a relatively massive undertaking, and thus would cost a lot of money.</p>
<p>The alternative, which my seniors dictate, is to keep hacking the application each time with quick, non reusable "fixes", which I hate, but it does make it "work", doesn't take THAT long, and so perhaps makes more economic sense?</p>
<p>Who's right? Am I just an idealist fool?</p>
<p><strong>The question is, should I approach my seniors and make a case for it, or not?</strong></p>
<h2>UPDATE:</h2>
<p>Hey guys, I know my question gets a bit specific towards the end, but I'm really enjoying all your general feedback, and the experiences you've had, and how you dealt with it.</p>
<p>Thanks again, keep 'em coming!</p>
http://stackoverflow.com/questions/1876818/process-tools-management-techniques-required-for-re-engineering-a-java-software1Process, Tools, Management Techniques Required For Re-engineering A Java Software Projectleftbrainlogic2009-12-09T20:55:15Z2009-12-09T22:03:41Z
<p>I am part of a new team attempting to develop a new Java software system out of a legacy code base (also written in Java) that's rotten to the core. For company political reasons we can't ditch the old Java code and start from fresh. A rewrite would be tantamount to an admission that the system they spent 2 years developing is complete rubbish. This would lead to head rolling at the top of the team (i.e. Development managers, project managers, Architects etc...). A very strong sense of self preservation has therefore kicked in at the top of the team meaning that any ideas which hint at a rewrite are dismissed out of hand.</p>
<p>This has lead to ask the following question:
What would you say are the key processes, tools and software development techniques, a team would need to implement in order to successfully re-engineer/refactor a very rotten legacy code base into a good stable system?
This must surely be possible. Are there any good books/websites on the matter?<br/>
Thanks</p>
http://stackoverflow.com/questions/1865601/communicating-task-lists-with-another-programmer-on-a-hobby-project2Communicating task lists with another programmer on a hobby projectRCIX2009-12-08T08:49:52Z2009-12-09T06:21:21Z
<p>I am going to be starting a hobby project with a friend, but we'll need some (free) way to organize and store tasks, bugs, etc. What tool do you recommend to do this? can something stored through an SVN server work? (Offline would be best)</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development5What are the key use cases for use of virtualization in software development?Jon Schneider2008-10-15T17:50:18Z2009-12-08T22:16:09Z
<p>What are the key use cases for the use of virtualization -- that is, running one or more "virtual PCs" using software such as <a href="http://www.vmware.com/" rel="nofollow">VMWare</a> and <a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx" rel="nofollow">Microsoft Virtual PC</a> -- for software development?</p>
<p>Also -- are there other instances/uses of virtualization that aren't covered by my definition above (use of a tool like MS Virtual PC or VMWare), and that are useful to developers?</p>
<p>My impetus for asking is this <a href="http://stackoverflow.com/questions/171946/computer-upgrade-cycle#171978">StackOverflow comment</a> by <a href="http://stackoverflow.com/users/9664/metro-smurf">Metro Smurf</a> asserting "You'll wonder how you ever developed without it!", regarding use of virtualization.</p>
<p>(Please include just one use case per response. Thanks!)</p>
http://stackoverflow.com/questions/1834852/software-development-crash-course9Software development crash courseIndexController2009-12-02T18:26:51Z2009-12-08T10:20:36Z
<p>Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The problem now is, I am not familiar with the software development process. The way I used to go about my development is think it and do it, but now I won't be able to do that because I have to collaborate with others. I will very much appreciate if someone can help with a link to a crash course. Thanks.</p>
http://stackoverflow.com/questions/119360/who-are-the-authorative-thinkers-for-each-problem-domain-in-software13Who are the authorative thinkers for each 'problem domain' in Software?Steve Steiner2008-09-23T06:17:50Z2009-12-07T04:41:02Z
<p>Who are the best thinkers in each problem domain? Please provide one domain per answer, and post it wiki editable.</p>
<p>Answers should include the resources (papers, books, podcasts, youtube video, blogs, etc.) that support the work those thinkers have done. My hope is voting will float the more coherent domains to the top, and wiki editing will, over time, provide a good set of resources for studying that domain.</p>
<p>Here are some examples of what I am thinking (each would be a single answer):</p>
<p>Debugging - John Robbins is authorative on debugging on the windows platform. Andreas Zeller for delta debugging, coded DDD, and wrote the great book <a href="http://www.st.cs.uni-sb.de/whyprogramsfail/" rel="nofollow">Why Programs Fail</a>. </p>
<p>Social Software - Clay Shirky is incredibly insightful and prolific. His paper <a href="http://www.shirky.com/writings/group_enemy.html" rel="nofollow">A Group is it's own worst enemy</a> changed my mind that social software was an interesting topic. He has many lectures available on youtube.</p>
<p>Game Design- Ralph Koster for the book <a href="http://www.theoryoffun.com/" rel="nofollow">A Theory of Fun</a>. Katie Salen and Eric Zimmerman for the book <a href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=9802" rel="nofollow">Rules of Play.</a> </p>
<p>(Why not just look on wikipedia? Because the real underlying question is to find the interesting problem domains. It's hard to discover a topic you don't know about!)</p>
http://stackoverflow.com/questions/1094764/studies-showing-time-taken-on-stages-coding-test-maintenance-of-software-prod2Studies showing time taken on stages (coding, test, maintenance) of software product development?Thomas Bratt2009-07-07T20:44:40Z2009-12-06T17:57:48Z
<p>Are there any studies showing time spent on various stages of a product life cycle, especially test? Actual numbers and references would be useful.</p>
http://stackoverflow.com/questions/229472/what-is-software-development-at-your-company-really-like-methodologies-tools13What is software development at your company really like (methodologies, tools, ...)?cretzel2008-10-23T11:59:30Z2009-12-05T04:37:54Z
<p>Since I've started my first job as a professional software developer about two years ago, I've read many articles about commonly accepted methodologies (e.g. Scrum, XP), technologies (e.g. EJB, Spring), techniques (e.g. TDD, code reviews), tools (bug tracking, wikis) and so on in software companies. </p>
<p>For many of these I've found that we at our company doesn't use them and I ask myself why. Are we doing it wrong or is it merely that these articles I've read are not really telling what it's like in the real world? Are these articles more academic?</p>
<p>So, please tell me what it's like at your company. Tell about everything regarding software development. Here are some suggestions (in the order as they come from my mind). Tell at least if you do it or not, or give a short comment: </p>
<ul>
<li>Test-Driven-Development</li>
<li>Domain-Driven-Design</li>
<li>Model-Driven-Design/Architecture</li>
<li>Do you test? </li>
<li>Unit Testing</li>
<li>Integration Testing</li>
<li>Acceptance Testing</li>
<li>Code Reviews</li>
<li>Innovative Technologies (Spring, Hibernate, Wicket, JSF, WS, REST, ...)</li>
<li>Agile</li>
<li>Pair Programming</li>
<li>UML</li>
<li>Domain-specific languages </li>
<li>Requirement Specification (How?)</li>
<li>Continous Integration</li>
<li>Code-Coverage Tools</li>
<li>Aenemic Domain Model</li>
<li>Communication (Wiki, Mail, IM, Mailinglists, other documents)</li>
<li>Effort estimates</li>
<li>Team size</li>
<li>Meetings</li>
<li>Code metrics</li>
<li>Static code analysis</li>
<li>Bug tracking</li>
<li>...</li>
</ul>
<p>And remember: I want to know what you really do, not what you would like to do or think you should do.</p>
http://stackoverflow.com/questions/514995/whats-in-a-name8What's in a name?Nescio2009-02-05T08:12:47Z2009-12-05T01:17:57Z
<p>I am designing a new product for my team to develop at my <strong>corporate</strong> job. I feel the project will pave a new direction for my team. I am creating a presentation to sell the idea; however, I am having trouble naming the solution. Have you ever named a product before? What attributes helped you name your idea? Is a catchy acronym important? What was/is your muse?</p>
http://stackoverflow.com/questions/874242/the-pros-and-cons-of-shadow-it-in-software-development2The pros and cons of "Shadow IT" in software developmentTroy Hunt2009-05-17T09:31:28Z2009-12-03T20:45:41Z
<p>Recently we’ve seen the emergence of so-called “<a href="http://en.wikipedia.org/wiki/Shadow%5FIT" rel="nofollow">Shadow IT</a>” within many organisations. If you’re not already familiar with the term, it refers to those who manage to dodge the usual IT governance by means such as using thumb drives to share files or “unapproved” software products to achieve business tasks. Shadow IT can emerge from within technology groups but in many cases is sourced from non-tech areas such as the marketing or sales department.</p>
<p>What I’m really interested in is examples you have of Shadow IT within software development. Products like Excel and Access are often the culprits as their commonality means they’re easily accessible to the broader organisation. In many cases this is driven by someone who has just enough knowledge to make the software perform a business function but not quite enough to be aware of all the usual considerations required when building software for an enterprise.</p>
<p>What sort of cases of Shadow IT have you witnessed in the software development space? What processes have you seen unofficially addressed by this practice and just how important have these tools become? An example would be the use of a single Access database on a folder share becoming common practice for tracking promotions across the marketing department. Remember this cuts both ways; it can be extremely risky (lack of security, disaster recovery, etc) but it can result in innovation from a totally unexpected source.</p>
http://stackoverflow.com/questions/1832354/how-crucial-is-model-view-controller-pattern-for-software2How crucial is Model View Controller pattern for software?theraneman2009-12-02T11:29:23Z2009-12-02T15:04:52Z
<p>Hi all,
I just attended an enterprise architecture session at my firm. The architect (astronaut) made a strong statement within the first 10 minutes.</p>
<p>"If your software does not use the Model View Controller pattern, it cannot be called software"</p>
<p>Well, it did create some noise in the room. What do you folks think.</p>
http://stackoverflow.com/questions/471940/why-does-every-man-and-his-dog-want-to-code-a-blogging-engine46Why does every man and his dog want to code a blogging engine?cletus2009-01-23T05:09:54Z2009-12-02T06:05:38Z
<p>Cal Henderson (of <a href="http://en.wikipedia.org/wiki/Flickr" rel="nofollow">Flickr</a> fame) gave a keynote <a href="http://au.youtube.com/watch?v=i6Fr65PFqfk" rel="nofollow">"Why I hate Django"</a> at DjangoCon 2008, which is well worth a watch for many reasons. In one bit he asked how many of the audience were working on blogging engines. So many people put their hands up in fact that of those that didn't he asked "Why aren't you?"</p>
<p>Anecdote aside, I see so many questions and answers here that relate to building blogging engines I just have to ask, since I don't get it: why are so many people writing what surely must've been written countless times already? If you are writing one such engine, why are you? Because I seriously don't get it.</p>
http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering5Recommended Books for Software EngineeringRonnie Liew2008-09-25T05:12:15Z2009-11-24T18:05:35Z
<p>What would be a recommended book for Software Engineering? </p>
<p>The book should be covering the various stages involved in software development process, covering topics such as:</p>
<ul>
<li>requirement gathering</li>
<li>use cases</li>
<li>domain model</li>
<li>functional specifications</li>
<li>architecture design</li>
<li>testing</li>
<li>deployment</li>
</ul>
<p>It should be a book that would help someone to understand the various processes, include examples of good documentation of <em>use cases</em>, <em>domain modeling</em>, <em>architecture design</em> etc., explain about how the various steps help in the development of the software. </p>
<p>Not so much on the code writing or the people-management aspect, more on the documentation, design stages, planning prior to actual coding. </p>
<p>Targeted audience should be a technical lead/architect/manager.</p>
http://stackoverflow.com/questions/1633549/how-to-store-sensitive-data-e-g-passwords-api-keys-in-cocoa-app2How to store sensitive data (e.g. passwords, API keys) in Cocoa app?piobyz2009-10-27T20:46:58Z2009-11-19T21:07:11Z
<p>I need to provide some passwords, API keys and similar sensitive data in my code. What are best practices in that regard? Hard-coded? SQlite? Some cryptographic framework?</p>
http://stackoverflow.com/questions/1689375/design-real-time-product-stock-management0Design Real-Time Product Stock ManagementYoann. B2009-11-06T18:19:46Z2009-11-19T19:23:10Z
<p>Hi,</p>
<p>I need to design a real-time product stock management engine (C# & WCF) but i don't know how to proceed in order to handle concurrency access and data integrity.</p>
<p>Here is some of the features the engine should be handle :</p>
<ol>
<li>Stock Incoming products </li>
<li>Order preparation</li>
<li>Move products from one place to another</li>
<li>...</li>
</ol>
<p>May i use MSMQ in order to ensure correct stock count (Messages processed in order by message pooling) or may i use application thread locking.</p>
<p>Note that my application have to be in Real-Time, preparer have to know in real-time how many products there are in stock in time. If there is lack of products at picking he can send a "request" to an operator.</p>
http://stackoverflow.com/questions/1748646/is-agile-development-for-the-lone-developer3Is agile development for the lone developer? [closed]thingsandstuff2009-11-17T12:50:15Z2009-11-18T19:17:16Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1407189/can-agile-scrum-be-used-by-1-or-2-developers">Can Agile/Scrum be used by 1 or 2 developers?</a> </p>
</blockquote>
<p>I am the only developer in a small company and would like to know if agile practices would help or are they more for teams of developers?</p>
<p>It's unlikely that I would be able to get anyone else in the company involved in the process so I would be the only one using it. Is this feasible? </p>
<p>Is anyone else the only developer on a team and using agile practices successfully?</p>
<p><em>update</em></p>
<p>The main reason I'm interested in agile is that I've heard that it enables a much more flexible approach to developing a product when the requirements are constantly changing (which seems to happen here quite a bit) so I'm specifically interested in how agile enables you to do this.</p>
<p>Anyone have any links or books that focus in on this aspect of agile?</p>
http://stackoverflow.com/questions/1399133/how-to-plan-huge-software-projects11How to plan huge software projects?Eduard Wirch2009-09-09T11:32:32Z2009-11-17T21:18:11Z
<p>We've started a huge project. We know what it has to look like but not how to implement it. We started by writing prototypes to test different implementations. What we're lacking is the overview of the overall development progress. We don't know if we spend too much time on details or if those details are important enough to spend the time on.</p>
<p>I've started by creating a list of tasks we have to do, things like "implement feature X", "check how to implement Y". Now I have a huge mind map with about 500 tasks. The next step I could do is to define dependencies between the tasks. This way I'd know what to implement first and the tasks which are most depended on are the most critical ones. But I can't do this kind of ordering with the mind map tool. It's very frustrating.</p>
<p>How do you plan huge software projects?</p>
http://stackoverflow.com/questions/1722373/how-can-you-be-a-quality-programmer-in-a-programming-team19How can you be a quality programmer in a programming team?xxmrlnxx2009-11-12T14:01:05Z2009-11-17T15:14:04Z
<p>How can you be a quality programmer in a programming team? Despite office politics and social indifferences and unrealistic timeframes.</p>
http://stackoverflow.com/questions/619954/risk-management-profile-for-web-software-projects2Risk Management Profile for Web Software Projects?Adrian Grigore2009-03-06T18:40:21Z2009-11-16T23:55:27Z
<p>Hi, </p>
<p>I'm about to start working on a "Software as a Service" website project. This is the first project of this kind I am going to work on, so while I am trying to anticipate any possible risks, I'm sure there will be many more I will not take into account. </p>
<p>Does anyone know of a suitable risk profile boilerplate for this kind of project?</p>
<p>Thanks,</p>
<p>Adrian </p>
http://stackoverflow.com/questions/1632676/free-team-manager-application3Free team manager application ?panchicore2009-10-27T18:12:20Z2009-11-16T19:21:01Z
<p>Hi all, recently I start to take a bigger responsability because I was developing a project and now is in production, so im coordinating the manteinance and other developments (with 6 more developers), what I need is to assing/manage task to developers and graphics-designers and see when they are busy or idle to take better decitions.</p>
<p>im looking alternatives like openproject with gantt diagrams and resources admin, but webapp.</p>
<p>can you give me advices for my new functions? thanks.</p>