Tagged Questions
a workflow is a model of the organization of work items
387
votes
23answers
40k views
How can you program if you're blind?
Sight is one of the senses most programmers take for granted. Most programmers would spend hours looking at a computer monitor (especially during times when they are in the zone), but I know there are ...
181
votes
3answers
56k views
Git how to create remote branch
I created a local branch which I want to 'push' upstream. There is a similar question here on Stackoverflow on how to track a newly created remote branch.
However, my workflow is slightly different. ...
55
votes
3answers
4k views
What git branching models actually work?
In our company we have successfully deployed git and we are currently using a simple trunk/release/hotfixes branching model. However, this has it's problems, I have some key issues of confusion in the ...
45
votes
7answers
2k views
To Workflow or Not to Workflow?
I am responsible for a team of developers who will are about to start development of a light weight insurance claims system. The system involves a lot of manual tasks and business workflows and we are ...
33
votes
9answers
3k views
What is in your JavaScript toolchain?
I am looking to start writing a sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little bit of ...
32
votes
8answers
7k views
When to use Windows Workflow Foundation?
Some things are easier to implement just by hand (code), but some are easier through WF. It looks like WF can be used to create (almost) any kind of algorithm. So (theoretically) I can do all my logic ...
29
votes
4answers
1k views
A strong case for WF
I have struggled for so long to find a compelling use case for workflow (ie: WF) as against regular imperative programming. Each time I fall back to the conclusion that I should just leave WF out or ...
23
votes
2answers
3k views
Git submodules workflow
In my project I need to use third party code, stored in several Git repositories. My project is also stored in (separate) Git repository. There are several people working with me on the main project, ...
23
votes
12answers
2k views
What are your experiences with Windows Workflow Foundation?
I am evaluating WF for use in line of business applications on the web, and I would love to hear some recent first-hand accounts of this technology.
My main interest here is in improving the ...
22
votes
2answers
658 views
SVN Web Development Workflow
I've read through many of the questions here on SO relating to this issue, but I can't really find any good advice that fits our situation. I inherited this work flow, and I'm trying to make it ...
22
votes
3answers
2k views
Help me improve my continuous deployment workflow
I've been developing a workflow for practicing a mostly automated continuous deployment cycle for a PHP project. I'd like some feedback on possible process or technical bottlenecks in this workflow, ...
21
votes
1answer
1k views
WF4 - Display workflow image in asp.net and highlight an activity
I need to display current status of a document approval workflow task in asp.net web page with a specific activity highlighted.
I have seen the Visual workflow tracker example (in wf & wcf ...
21
votes
6answers
2k views
Django workflow when modifying models frequently?
as I usually don't do the up front design of my models in Django projects I end up modifying the models a lot and thus deleting my test database every time (because "syncdb" won't ever alter the ...
19
votes
3answers
4k views
What is the preferred way to manage schema.rb in git?
I don't want to add schema.rb to .gitignore, because I want to be able to load a new database schema from that file. However, keeping it checked in is causing all sorts of spurious conflicts that are ...
18
votes
7answers
2k views
How to become more productive using Scala? (Tools, IDEs)
What Tools do you people use to work with Scala? For my learning phase, I used the Scala REPL and hacked some code with TextMate and compiled it with the scalac CLI. But as the projects grow in size, ...
18
votes
11answers
4k views
How do you learn proper Emacs?
I am about to learn Emacs, have been through the tutorial and borrowed the O'Reilly book on Emacs. But the question still is - how do you learn good Emacs workflow? I guess, you don't use Emacs as ...
17
votes
8answers
475 views
App build/deployment workflow
What do you use to manage the workflow of deploying your application after the build completes? I'm not talking about just the act of getting files on a server, I'm talking about what happens after ...
16
votes
3answers
731 views
How to manage concurrent development with mercurial?
This is a best practice question, and I expect the answer to be "it depends". I just hope to learn more real world scenarios and workflows.
First of all, I'm talking about different changes for the ...
16
votes
1answer
4k views
How to upgrade a long running SharePoint Workflow already in production
I have been tasked with helping the deployment of a Phase 2 of a previous SharePoint deployment.
The original deployment has custom workflows that have been updated in phase 2.
Is there a "How-To" ...
15
votes
2answers
2k views
How To: debug Scala code when outside of an IDE
I'm experimenting with using jEdit as my main editor for writing Scala code.
Along side jEdit I'm using Apache Buildr and DTerm. This all works well, except I'm really not sure how I would go about ...
15
votes
3answers
6k views
MySQL Version Control - Subversion
Wondering if it is possible to have a version control of a MySQL database.
I realize this question has been asked before however the newest is almost a year ago, and at the rate things change...
The ...
15
votes
5answers
4k views
Successful code review strategy with SVN and ReviewBoard?
I've managed to introduce ReviewBoard to the coding workflow in my company, while "introduce" means having installed and presented it. We also have a general agreement that we need code reviews ...
15
votes
6answers
3k views
How to back up private branches in git
I have a local branch for day-to-day dev work in git. My workflow is:
Do stuff on local_branch, commit
Fetch origin/master
Rebase local_branch to catch up with new stuff from origin/master
It all ...
15
votes
4answers
803 views
What is your or your company's programming process?
I'm looking for process suggestions, and I've seen a few around the site. What I'd love to hear is what you specifically use at your company, or just you and your hobby projects. Any links to other ...
15
votes
4answers
13k views
Firing a SharePoint Workflow by updating a list item through List Webservice
I am developing, a simple SharePoint Sequential Workflow which should be bound to a document library. When associating the little workflow to a document library, I checked these options
Allow this ...
14
votes
1answer
434 views
Workflow for academic research projects, one-step builds, and the Joel Test
Working alone on academic research sometimes breeds bad habits. With no one else reading my code, I would write a lot of throw-away code, and I would lose track of intermediate results which, weeks or ...
14
votes
7answers
11k views
asp.net survey questionnaire engine
I am looking to implement (or build as a last resort) a type of survey engine that allows for extensibility and integration into an existing workflow engine.
The survey/questionnaire engine should ...
13
votes
8answers
2k views
How can I get my C code to automatically print out its Git version hash?
Is there an easy way to write C code that can access its Git version hash?
I wrote software in C to collect scientific data in a laboratory setting. My code records the data it collects in a .yaml ...
13
votes
6answers
2k views
How does bug tracker/version control integration work with typical git workflows?
Here's are examples of git workflows:
http://wiki.github.com/bard/sameplace/typical-git-workflow
http://www.nabble.com/Git-workflow-overview-td16340337.html
...
13
votes
5answers
4k views
git clone of git-svn tree?
I've got a 'git-svn' working tree. I'd like to clone a "pure" git repo off this, and then use git push/pull to move changes between the git-svn tree and the git tree, while also using 'git svn ...
13
votes
13answers
1k views
Why are we still using compiler command lines?
I've been designing a compiler framework (targeting .NET) for a while now and I've been thinking more and more about deprecating the command line interface. A lot of my compiler's flexibility comes ...
12
votes
2answers
3k views
Mirroring a project from bitbucket to github
Is there an efficient workflow to mirror a project that is mainly hosted on bitbucket using Hg, to github?
12
votes
10answers
26k views
Flowchart app for OSX? [closed]
Hey guys! I'm working on a new software project, and the company I work for uses macs, so I don't have access to Visio. Is there any good flowchart software for OSX? The topic seems to be pretty ...
12
votes
3answers
1k views
What are the best resources for Windows Workflow Foundation (WF)?
I am looking for a few books, blogs or articles on WWF. I've read the books below; however, I need resources that cover the topic in more depth. I am especially interested in local services, ...
11
votes
1answer
406 views
Python Workflow Design Pattern
Im working on a piece of software design, and im stuck between not having any idea what im doing, and feeling like im reinventing the wheel.
My situation is the following: I am designing a scientific ...
11
votes
1answer
1k views
Entity Framework 4 - Update database schema from model. Without wiping the table data
I'm working on a new project where I have the luxury of working from a Model to Database approach using Entity Framework 4.
The project I'm working on is taking an agile approach where different ...
11
votes
4answers
2k views
Workflow best practice with git and github?
I have been using git and github with my small team of developers for our projects. I can't help but think that we aren't doing it right. I am interested to hear how others use this workflow within ...
11
votes
4answers
3k views
Does anybody have a development/staging/deploying workflow with php/mysql?
I'm thinking about a good workflow for php/mysql web-development.
Anybody got some tips?
11
votes
1answer
10k views
Seeking examples of workflow using git-format-patch and git am
I'm thinking of asking my students to use git for pair programming. Because student work has to be secret, a public repo is out of the question. Instead, each student will have a private repo they ...
11
votes
3answers
5k views
Have you tried Spring Workflow already?
Spring Workflow has now been published.
Have you tried it yet? For what kind of scenario?
What is your impression? How do you find it stacks up against other workflow libs?
Found any good docs or ...
11
votes
3answers
1k views
What is your version control and deployment workflow with Rails?
Especially when considering a fresh Rails project, what does your version control and deployment workflow look like? What tools do you use?
I'm interested in answers for Mac, *nix and Windows work ...
10
votes
1answer
318 views
Proper Way To Use Git/GitHub - PHP System with Dev/Testing/Production servers
I apologize if this is obvious or easy, I have looked at a good number of git/github tutorials and read other articles, but I want to make sure what I'm doing is right.
I want to incorporate VC (for ...
10
votes
3answers
2k views
Which workflow engine to choose?
We are currently in the process of evaluating a BPM engine and I'd really appreciate the community input. I am doing my own due diligence but would also like to hear on the suggestion based on ...
10
votes
5answers
577 views
How do you know when you need a BPM solution?
My customer is looking for a Business Process Management (BPM) solution. What they need is simple document routing and an approval system. What are the drivers for implementing a BPM system? What is ...
10
votes
3answers
632 views
Why should I care about RVM's Gemset feature when I use Bundler?
I just don't get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require "bundler/setup" and everything is fine, knowing that Bundler will load ...
10
votes
8answers
1k views
Workflow Design Dilemma - State Machine, yes or no
I'm a beginner with WF, but I've read a book and done a lot of googling. I want to write an inventory management service. The inventory is made up of individual items which have a state:
Spare
...
10
votes
2answers
153 views
Contributing using git
So I have cloned a project at github and fixed a patch. Since this is the first time Im working in git Im trying to figure out the best way to put it online.
Upon checking out my own (cloned) ...
10
votes
4answers
1k views
Workflow editing software required - recommendation
Any recommendations for software to allow users to edit a workflow representing a business process? Ideally .NET, but any technology (winform / asp.net / wpf / etc) would do.
I would need to be able ...
10
votes
8answers
1k views
git and C++ workflow, how to handle object and archive files?
I use git to interface with an SVN repository. I have several git branches for the different projects I work on.
Now, whenever I switch from one branch to another using 'git checkout ', all the ...
10
votes
7answers
765 views
What git workflow to use for 2 non-co-located developers?
I've got a contract to write part of a program. The person writing the other part is in another city. I want to find a convenient way to send changes back and forth. For other reasons, I'd like to ...