active questions tagged solo-developer - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T06:40:32Z http://stackoverflow.com/feeds/tag/solo-developer http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1444077/bazaar-mercurial-or-other-for-single-user-version-control 6 Bazaar, Mercurial or other for single user version control? foosion 2009-09-18T11:52:57Z 2009-11-17T10:34:28Z <p>Which version control system would you recommend for:</p> <ul> <li>single user</li> <li>looking for simple, easy to use</li> <li>generally small simple projects</li> <li>working on windows</li> <li>usually coding python</li> <li>no server</li> </ul> <p>Use would be more finding old code than complicated branching situations.</p> <p>From other similar posts, Bazaar and Mercurial seem the best distributed version control systems for my needs. I'm somewhat leaning towards Bazaar as it seems simpler.</p> <p>The main complaint I read about Baazar was that it was slow, but speed was to be improved in version 2, to be released this summer. The new version has not yet been released, but there is a 2.0.0rc2.</p> <p>I'm wondering if anything has changed recently or if anyone has any strong feelings on the subject.</p> <p>EDIT: After reading the responses and browsing some alternatives, I'm going with Bazaar, at least for the moment. For my needs, the products mentioned seemed rather similar. Bazaar has documentation specifically aimed at a solo developer and seems rather easy to use. Others seem more aimed at groups or those with central servers. Other systems may be as good, but I thought starting to use something was more important than spending time trying to find the perfect program. </p> <p>Thanks, everyone!</p> <p>(Should I have written this as an edit, an answer or a comment?)</p> http://stackoverflow.com/questions/1608626/how-to-determine-which-process-template-in-vs2010-to-use 1 How to determine which Process Template in VS2010 to use? Refracted Paladin 2009-10-22T17:07:23Z 2009-10-22T17:31:36Z <p>I am curious as to which Process Template in Visual Studio's Team Foundation Server people tend to use and why.</p> <p>I am a Solo Developer in a .Net shop that makes in-house apps only. I make all kinds of applications for our company. Many are critical and used daily by a majority of our 300 employee's. These app's will be around for awhile and in constant maintenance. </p> <p>Which process would work better for my situation? What do I need to understand to make this decision myself? Which process would work the best for constantly evolving/changing applications.</p> <p>As an example of what I mean; I just took our Core App, which was a Web App and re-wrote it as a Sometimes Connected WinForm app to allow our Nurses remote use of the program.</p> <p>The 2 included in VS Team Server 2010 are <code>MSF for Agile Software Development</code> &amp; <code>MSF for CMMI Process Improvement</code>.</p> <p>For reference see here --> <a href="http://msdn.microsoft.com/en-us/teamsystem/aa718801.aspx" rel="nofollow">Team System Developer Center</a></p> http://stackoverflow.com/questions/1528834/what-can-a-single-developer-learn-from-scrum 5 What can a single developer learn from Scrum? Tom Dalling 2009-10-07T00:13:39Z 2009-10-20T22:09:34Z <p>Let's say that a developer is interested in learning Scrum, but nobody else on the team is interested. I realize that Scrum is made for teams, and the process would have to be modified to fit a single person.</p> <p>Is there any benefit to be gained by the developer trying Scrum, even if the team doesn't? If so, how would the process be modified to suit the situation?</p> http://stackoverflow.com/questions/59561/what-tools-techniques-can-benefit-a-solo-developer 54 What tools/techniques can benefit a solo developer? Michael Runyon 2008-09-12T17:25:14Z 2009-10-06T21:41:02Z <p>Hello, </p> <p>I am a solo developer, working in a very small web development firm. There is occasional support for development from contractors, but for the most part, if code is written in the office, I am writing it. </p> <p>Many of the articles and such on here talk extensively about the tools and techniques used for collaboration of developers in teams, but that is a non-issue with me, as there is no one to (technically) collaborate with. Yet, I feel that in many ways, there are things that could be adjusted for efficiency. Our small office doesn't participate in many of the meetings/team constructions that most of the techniques rely heavily upon....we mostly just walk around and talk to one another when something is needed. </p> <p>This works great for all of the Just-In-Time, 15 minute fix stuff that probably populates 50% of my day, but I am also constantly working on major projects that require my total concentration, and between a flurry of tiny fixes, and being the primary admin on the 4-6 servers that we own, I find it almost impossible to get real, heavy lifting done. </p> <p>What suggestions can you some of you offer to help me/us become more productive/efficient, without adopting all of the corporate/teamwork practices that we are trying desperately to avoid? At what cost for efficiency is our total relaxation?</p> http://stackoverflow.com/questions/1314240/working-solo-on-small-projects-cowboy-coding-the-way-to-go 4 Working Solo On Small Projects: Cowboy Coding The Way To Go? snicker 2009-08-21T21:09:59Z 2009-08-21T21:32:38Z <p>I am a big advocate of agile methods when working on teams and/or large projects.</p> <p>However, I find that for smaller projects, when working solo, I usually start the project writing unit tests, documenting extensively, refactoring. As time wears on, I stop because I feel like I'm wasting time. I find that cowboy coding with an agile spin (testing often, writing human readable code) often works extremely well for me on small, solo projects that I don't expect others to have to work with.</p> <p>Do other people share my sentiment? Or do you think that one should never stick to their guns (get it? cowboys)?</p> <p>So the real question: Are there any agile methodologies that are particularly tailored to a solo project? (other than my "agile cowboy" method above)</p> http://stackoverflow.com/questions/179161/is-a-dvcs-useful-for-one-developer 9 Is a DVCS useful for one developer? Thomas Owens 2008-10-07T15:53:48Z 2009-08-16T15:59:28Z <p>Or would a conventional client-server VCS be more appropriate? I'm currently using TortoiseSVN, but I'm interested in a DVCS, but I'm not sure if it's even a good idea to try to use something like that solo.</p> http://stackoverflow.com/questions/1175320/visual-studio-team-system-beneficial-for-solo-dev 1 Visual Studio Team System beneficial for Solo Dev Refracted Paladin 2009-07-24T01:01:27Z 2009-07-24T19:29:17Z <p>I am the only the Developer in a relatively small shop that does make a lot of custom apps of all kinds. Money is not a factor in this discussion so aside from that What are some reason's, for and against, for me to use the Team System. </p> <p>We currently rely heavily on VS2008 Pro, Visual Source Safe. I could really use a better Source Control and Project Management System and I am wondering if there are any reasons why I shouldn't utilize them.</p> <p>Thoughts?</p> <p>Thank you!</p> http://stackoverflow.com/questions/130592/is-continuous-integration-important-for-a-solo-developer 13 Is Continuous Integration important for a solo developer? Thomas Owens 2008-09-24T23:29:15Z 2009-07-17T13:37:59Z <p>I've never used CI tools before, but from what I've read, I'm not sure it would provide any benefit to a solo developer that isn't writing code every day.</p> <p>First - what benefits does CI provide to any project?</p> <p>Second - who should use CI? Does it benefit all developers?</p> http://stackoverflow.com/questions/829497/agile-methods-specifically-taylored-to-working-solo 10 Agile Methods Specifically taylored to working solo? Allain Lalonde 2009-05-06T13:15:45Z 2009-05-16T05:33:18Z <p>Most Agile Methodologies I'm reading about speak volumes about how best to keep communication bottle necks within a team to a minimum. When working as a solo developer, most of these don't really apply. Stand up meetings are "interesting" when done alone for example. :)</p> <p>My question is, when working solo, from what particular methodology would a solo developer extract the most value?</p> http://stackoverflow.com/questions/441349/what-inspires-you-as-a-developer 2 What inspires you as a developer? unknown (google) 2009-01-13T23:39:15Z 2009-02-27T20:54:40Z <p>If you come across - Linus presentation about git - <a href="http://www.youtube.com/watch?v=4XpnKHJAok8" rel="nofollow">http://www.youtube.com/watch?v=4XpnKHJAok8</a>, he not only presented git well. He also commands everything (respect, technology, competitors) even as a developer.</p> <p>Whenever I feel low, I watch that video. It really motivates me, though it was not his intention. I learn lot of lesson, give lot of commitment at work to command things around me.</p> <p>Is there anything like that in your life? could be books, even piece of code.</p> http://stackoverflow.com/questions/144691/how-do-you-choose-what-programming-language-to-use 1 How do you choose what programming language to use? Thomas Owens 2008-09-27T23:08:44Z 2009-02-20T09:29:21Z <p>At work, the decision is generally driven by what the team knows (which for web projects ends up being PHP/MySQL/JavaScript in my current job) and cost of the tools. But when you are writing all the code yourself, how do you make the decision? When do you pull out the trusted tool (and how do you choose which trusted tool if you have multiple) or when do you decide that a new language or tool is better and start to learn that?</p> <p>Related: <a href="http://stackoverflow.com/questions/93890/which-language-to-choose-and-when">Which language to choose and when?</a></p> http://stackoverflow.com/questions/543318/resharper-can-it-stand-in-as-a-co-programmer 6 ReSharper: Can it stand in as a co-programmer? Refracted Paladin 2009-02-12T21:19:11Z 2009-02-12T22:51:24Z <p>The comments <a href="http://stackoverflow.com/questions/543087/custom-class-for-dealing-with-embedding-in-forms/543115#543115">here</a> got me thinking. If you are a new Developer without a mentor and no one to collaborate on for your projects; can a tool, <strong>ReSharper</strong> in this case, stand in that capacity? Does it need another tool or process, system or human, to accomplish this. </p> <p>I am in no position to get a fellow dev soon and I fear StackOverFlow will BAN me long before I run out of ignorant questions. In my case can tools like <strong>ReSharper</strong>, <strong>StyleCop</strong>, <strong>ReFlector</strong> make a significant difference. </p> <p>In <strong>ReSharpers</strong> case does the refactoring capabilities really pan out from the learning perspective or is it simply <code>*poof*</code> your code is better with little chance of gaining understanding as to WHY I should have extracted that method stub? </p> <p>I desperately want to get to the point where I am <em>capable</em> of answering as many questions here as I ask. </p> <p>Have a blessed day and thank you for your time.</p> <p><hr /></p> <p>EDIT based on answers so far:</p> <p>So if the answer is No, it does not accomplish these things and I will not be getting a <em>real</em> <em>human</em> anytime soon can anyone offer alternatives?</p> <p>Thank You!</p> http://stackoverflow.com/questions/398840/productivity-superstar-frameworks-tools-for-side-gigs 1 productivity superstar frameworks/tools for side gigs jbarciela 2008-12-29T22:06:02Z 2008-12-30T11:07:07Z <p>Hi all, </p> <p>If you were going to start building web sites as a consulting business on the side -- keeping your day job -- and you also had a toddler and a wife, what frameworks/tools would you pick to save you typing? </p> <p>Any language. </p> <p>I'm looking for a productivity superstar stack that won't tie my hands too much when I have to update the site 6 months later, or "evolve" the data model once in production.</p> <p>It needs to allow me to say "yes" to the client: community features, CMS, security, moderation, AJAX, ...</p> <p>Thanks! JB</p> http://stackoverflow.com/questions/180893/solo-software-engineering-in-foss-projects 4 Solo Software Engineering in FOSS projects Mat 2008-10-07T23:58:34Z 2008-10-12T14:31:27Z <p>I'm interested in knowing any software engineering techniques developers might use when first starting an Open Source project. I would imagine that conventional processes would not be applicable, as many assume interaction with other developers, which might not be available when a project is first starting out.</p> <p>What facets of the plethora of software engineering methodologies out there do open source developers use?</p> http://stackoverflow.com/questions/123837/how-much-process-should-a-single-developer-follow-is-a-formal-process-too-much 6 How much process should a single developer follow? Is a formal process too much? Thomas Owens 2008-09-23T20:59:02Z 2008-09-23T21:48:04Z <p>Since I didn't do a good job writing the last question, and most of the answers were good, but not at all in the direction I intended for the question to go in, I deleted it and remade it as this question.</p> <p>I'm a solo developer on my own projects, generally very small things, but I have a few ideas that might turn into FOSS projects. I believe in documentation (to varying degrees, depending on the specific project and the end user), source control, and project management (including bug tracking, time management, and so on). However, I'm not sure how much of a <a href="http://en.wikipedia.org/wiki/Software_development_process" rel="nofollow">formal process</a> I should be following.</p> <p>Perhaps just keeping a README, associated design/requirements documents, and in-code comments under source control is sufficient. Or maybe there's an agile process that is suitable for a single developer to follow. Or maybe I should take an old-school waterfall model for each project.</p> <p>What kinds of processes exist for or can be adopted to a solo developer, if I even need a formal process?</p> <p><hr /></p> <p>EDIT: I realize that there are tasks that I'm doing to be doing like documentation and source control. However, I'm not sure about the how part of the question. As a solo developer, should I adopt a more agile approach (if so, which "branch" of Agile - XP? Scrum? RAD?) or a more conventional approach (waterfall or spiral?)?</p>