Questions tagged [organization]
The organization tag covers the design, structure and layout of physical, human, business and and digital resources which are not covered by classical software architecture considerations.
131 questions
7
votes
6
answers
2k
views
Structuring multiple teams within an organisation
I'm currently working in a mid sized organisation with around 40 people working on software in total, divided over multiple teams.
Recently, I've been having some issues with cross-team communication ...
-2
votes
1
answer
193
views
Is it worth to have only Component teams in Software development? [closed]
I am in a Component team setup now where there are only Front-end teams, Business logic teams, SAP teams etc. where they work separately in different Scrum teams, different Sprints, backlogs etc. ...
11
votes
6
answers
4k
views
How to distribute development and bug fixes tasks
I am an engineering manager and I manage an engineer who is responsible for a backlog with long lasting development tasks and many bugs arriving a few times a week. We work in scrum sprints but when a ...
4
votes
2
answers
573
views
Situation where software engineers effectively take role of product (unwanted, but for practical reasons)
My team owns several services. One is our primary focus: an accounts service. We have a plentiful stream of feature work and tech debt to address there, and everyone (engineers, product, design, ...
-1
votes
2
answers
88
views
How do I properly write these functions? [duplicate]
So far my weakest side has been proper code structuring and organization. I wanted to know how I can properly apply separation of concerns to the following code to make it more organized.
I have a ...
3
votes
4
answers
2k
views
If PRs are not being approved, when do you stop branching off of master?
I prefer to create linear git history, which can be fast-forward merged. This was a technical requirement at my previous job, which used BitBucket and required all PRs to be fast-forward-able. We had ...
-3
votes
1
answer
126
views
What are some best practices for team structure around Mobile and Desktop apps? [closed]
We're currently developing a product which will have a Web version and a Mobile version. At the moment, the plan is to have identical features on both of these.
From a tech perspective, there is an ...
0
votes
2
answers
255
views
Approach for keeping track of all a company's scripts/products/data
Sorry that this is a general question, but I believe this is a good resource to ask this sort of advice.
I would consider myself a junior developer. Most of my coding career has been working for a ...
1
vote
3
answers
6k
views
"Hard coded" vs. configuration files for values in libraries? (code organization question)
I'm trying to get a good understanding as to whether there is a best practice or standard regarding keeping values within your code libraries or referencing them from another config file. I don't ...
4
votes
3
answers
1k
views
How do you split your time when you are a product owner and a software architect?
I have a role that combines the role of product owner with a role of software architect. I have final say for both product and technical decisions:
The Product owner role is similar as in scrum: I ...
-1
votes
2
answers
487
views
How to tell if a group of items is stacked horizontally or vertically based only on their positions?
How do you tell if a group of items is stacked horizontally or vertically given only the items x and y positions?
Vertical Group:
item 1
item 2
item 3
Horizontal Group:
• item 1 • item 2 • item 3
...
0
votes
0
answers
83
views
With C#, in what way would it be problematic to have hundreds of classes derived from one abstract class? [duplicate]
With C#, I am defining the physical structure and behavior of a robot.
For the physical structure: I wrote an abstract "Unit" class. Other classes such as "Factory" or "Arm&...
-4
votes
1
answer
1k
views
Best practice for organizing build products of dependencies and project code in your repo source tree?
I've checked quite a few related questions on source tree organization, but couldn't find the answer for my exact need:
How should I organize my source tree?
What's the best structure for a ...
-2
votes
1
answer
54
views
Advice on Feature Team Composition During Program Re-Org
I am coaching a client who is reorganizing their Program and could use some advice.
Background: The client works for a large corporation with many different programs that all take their own approach ...
0
votes
2
answers
154
views
Best practices for python CD/CI with machines on-site at customer
I asked this question originally on StackOverflow, and was advised to post it here instead. My question is concerning the best practices for continuous deployment and continuous integration especially ...