Should I use a workflow engine?
I need to add some new features to a PHP application. It is to follow the steps of a order. A process create some orders, the order goes to confirmation, then if approved is sent to a provider, later the provider confirm that can deliver the order, a request is made to the provider and so on…
What makes for a good JIRA workflow with a software development team? [closed]
Closed 10 years ago.
Is a code review which uses only code comments a good idea?
In case of some question/issue reviewer create comment with special label, like “REV”. Such label MUST not be in production code — only on review stage:
Convert plain text to a pdf template
I have some articles (more than 200 pages) in plain text. It needs to be converted to an given PDF markup. I got some Photoshop files for the headers for every page and a list of requirements for the different elements.
How can I improve the workflow between developer and designer with Expression Blend?
We use WPF and Expression Blend 4. I’m trying to improve our workflow by tutoring one of our designers to use it for styling and animation.
Github Workflow: Pushing small fix branches to remote, or keep them local?
In Scott Chacon’s workflow (explained eg in this SO answer), with essentially two silos (development
, and master
), if, say I have a small bug to fix (e.g. can be fixed with a few characters) is the optimal way of doing that:
How Visual Studio could help to avoid duplicating code?
I work within a team of developers. Everyone is making their changes without carrying too much if the same thing is already implemented in the codebase. This leads to classes constantly growing and to severe duplication.
Git workflow for small teams
I’m working on a git workflow to implement in a small team. The core ideas in the workflow:
Annotate source code with diagrams as comments
I write a lot of (primarily c++ and javascript) code that touches upon computational geometry and graphics and those kinds of topics, so I have found that visual diagrams have been an indispensable part of the process of solving problems.
How do you balance between “do it right” and “do it ASAP” in your daily work? [closed]
Closed 9 years ago.