How can I convince my company to improve our software development process?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}






up vote
4
down vote

favorite
1












I work as an embedded software developer for a growing company that manufactures physical products and, in my opinion, is undergoing some growing pains due to its rapid growth. For decades, it was a fairly small company with only a couple dozen engineers across all disciplines, not just software, a kicked out a relatively small number of products



The product development model that's typically been followed has been to assemble a team of engineers from every discipline, (software, electrical, mechanical, marketing, manufacturing, etc) and then the team works to deliver the product in an agile-ish fashion. At least that's how it's supposed to work in theory.



In reality, the work is extremely silo'd, since I as a software engineer am not able to update CAD models or layout a circuit board, and likewise my other team colleagues have no clue how to write software. Instead of a cohesive team, it ends up being a sort of group of 1-man teams, all going about their discipline specific work and checking in for a status report during our stand-up meetings.



Until recently there was no real shared software model, each project would essentially fork the code base from a similar product and make whatever modifications necessary for the one being developed. As expected, this resulted in a plethora of disparate variations of very similar implementations, but there's been more of an effort by some developers to create a shared library to mitigate this problem.



Most of the developers agree this is the direction we should move towards, but everyone has their own idea of how it should be accomplished and there's no mandate one way or the other so nothing ever comes of it. There's one internal library in particular created and championed by a senior developer that is the most promising and widely used, but some of the other developers don't like its architectural style thus don't use it. This senior developer is also in an different R&D division separate from product development where myself and the other product developers are, so he has no authority to issue any sort of mandate either.



Our software manager hasn't done actual development in a long time and is more of a personnel manager instead of a true tech lead, and the actual product leads typically come from other disciplines than software, so their eyes tend to glaze over when any software conversation comes up. And since each product usually only has one software developer assigned to it, there's not much accountability to uphold any sort of consistent style or architecture.



The number of products we're developing as well as their complexity has grown tremendously in just the past few years, and I feel like we are riding dangerously close to a cliff of disaster if our current model continues the way it has been.



TLDR: We have about a dozen one-man software shows in the same department with no real mandate about how our software should be structured.



How can I best go about advocating for a better organization where the software teams are more collaborative and less silo'd? Several of us have suggested having the software team tackle projects as whole unit instead of having just one developer per product, but the current organization method is driven from the VP level, and I'm not sure my own software manager would even have the power to make such a change even if he wanted to.



I've only been with the company for a few years so I'm not sure I'm the best person to be suggesting such radical process changes, but at the same time I feel there could be so much improvement with the proper structure in place.










share|improve this question







New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
    – Strader
    Nov 28 at 20:09








  • 1




    Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
    – Dan Q
    Nov 28 at 20:16










  • That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
    – Strader
    Nov 28 at 20:25








  • 1




    Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
    – Dan Q
    Nov 28 at 20:37










  • Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
    – Mawg
    Nov 29 at 11:39

















up vote
4
down vote

favorite
1












I work as an embedded software developer for a growing company that manufactures physical products and, in my opinion, is undergoing some growing pains due to its rapid growth. For decades, it was a fairly small company with only a couple dozen engineers across all disciplines, not just software, a kicked out a relatively small number of products



The product development model that's typically been followed has been to assemble a team of engineers from every discipline, (software, electrical, mechanical, marketing, manufacturing, etc) and then the team works to deliver the product in an agile-ish fashion. At least that's how it's supposed to work in theory.



In reality, the work is extremely silo'd, since I as a software engineer am not able to update CAD models or layout a circuit board, and likewise my other team colleagues have no clue how to write software. Instead of a cohesive team, it ends up being a sort of group of 1-man teams, all going about their discipline specific work and checking in for a status report during our stand-up meetings.



Until recently there was no real shared software model, each project would essentially fork the code base from a similar product and make whatever modifications necessary for the one being developed. As expected, this resulted in a plethora of disparate variations of very similar implementations, but there's been more of an effort by some developers to create a shared library to mitigate this problem.



Most of the developers agree this is the direction we should move towards, but everyone has their own idea of how it should be accomplished and there's no mandate one way or the other so nothing ever comes of it. There's one internal library in particular created and championed by a senior developer that is the most promising and widely used, but some of the other developers don't like its architectural style thus don't use it. This senior developer is also in an different R&D division separate from product development where myself and the other product developers are, so he has no authority to issue any sort of mandate either.



Our software manager hasn't done actual development in a long time and is more of a personnel manager instead of a true tech lead, and the actual product leads typically come from other disciplines than software, so their eyes tend to glaze over when any software conversation comes up. And since each product usually only has one software developer assigned to it, there's not much accountability to uphold any sort of consistent style or architecture.



The number of products we're developing as well as their complexity has grown tremendously in just the past few years, and I feel like we are riding dangerously close to a cliff of disaster if our current model continues the way it has been.



TLDR: We have about a dozen one-man software shows in the same department with no real mandate about how our software should be structured.



How can I best go about advocating for a better organization where the software teams are more collaborative and less silo'd? Several of us have suggested having the software team tackle projects as whole unit instead of having just one developer per product, but the current organization method is driven from the VP level, and I'm not sure my own software manager would even have the power to make such a change even if he wanted to.



I've only been with the company for a few years so I'm not sure I'm the best person to be suggesting such radical process changes, but at the same time I feel there could be so much improvement with the proper structure in place.










share|improve this question







New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
    – Strader
    Nov 28 at 20:09








  • 1




    Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
    – Dan Q
    Nov 28 at 20:16










  • That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
    – Strader
    Nov 28 at 20:25








  • 1




    Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
    – Dan Q
    Nov 28 at 20:37










  • Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
    – Mawg
    Nov 29 at 11:39













up vote
4
down vote

favorite
1









up vote
4
down vote

favorite
1






1





I work as an embedded software developer for a growing company that manufactures physical products and, in my opinion, is undergoing some growing pains due to its rapid growth. For decades, it was a fairly small company with only a couple dozen engineers across all disciplines, not just software, a kicked out a relatively small number of products



The product development model that's typically been followed has been to assemble a team of engineers from every discipline, (software, electrical, mechanical, marketing, manufacturing, etc) and then the team works to deliver the product in an agile-ish fashion. At least that's how it's supposed to work in theory.



In reality, the work is extremely silo'd, since I as a software engineer am not able to update CAD models or layout a circuit board, and likewise my other team colleagues have no clue how to write software. Instead of a cohesive team, it ends up being a sort of group of 1-man teams, all going about their discipline specific work and checking in for a status report during our stand-up meetings.



Until recently there was no real shared software model, each project would essentially fork the code base from a similar product and make whatever modifications necessary for the one being developed. As expected, this resulted in a plethora of disparate variations of very similar implementations, but there's been more of an effort by some developers to create a shared library to mitigate this problem.



Most of the developers agree this is the direction we should move towards, but everyone has their own idea of how it should be accomplished and there's no mandate one way or the other so nothing ever comes of it. There's one internal library in particular created and championed by a senior developer that is the most promising and widely used, but some of the other developers don't like its architectural style thus don't use it. This senior developer is also in an different R&D division separate from product development where myself and the other product developers are, so he has no authority to issue any sort of mandate either.



Our software manager hasn't done actual development in a long time and is more of a personnel manager instead of a true tech lead, and the actual product leads typically come from other disciplines than software, so their eyes tend to glaze over when any software conversation comes up. And since each product usually only has one software developer assigned to it, there's not much accountability to uphold any sort of consistent style or architecture.



The number of products we're developing as well as their complexity has grown tremendously in just the past few years, and I feel like we are riding dangerously close to a cliff of disaster if our current model continues the way it has been.



TLDR: We have about a dozen one-man software shows in the same department with no real mandate about how our software should be structured.



How can I best go about advocating for a better organization where the software teams are more collaborative and less silo'd? Several of us have suggested having the software team tackle projects as whole unit instead of having just one developer per product, but the current organization method is driven from the VP level, and I'm not sure my own software manager would even have the power to make such a change even if he wanted to.



I've only been with the company for a few years so I'm not sure I'm the best person to be suggesting such radical process changes, but at the same time I feel there could be so much improvement with the proper structure in place.










share|improve this question







New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I work as an embedded software developer for a growing company that manufactures physical products and, in my opinion, is undergoing some growing pains due to its rapid growth. For decades, it was a fairly small company with only a couple dozen engineers across all disciplines, not just software, a kicked out a relatively small number of products



The product development model that's typically been followed has been to assemble a team of engineers from every discipline, (software, electrical, mechanical, marketing, manufacturing, etc) and then the team works to deliver the product in an agile-ish fashion. At least that's how it's supposed to work in theory.



In reality, the work is extremely silo'd, since I as a software engineer am not able to update CAD models or layout a circuit board, and likewise my other team colleagues have no clue how to write software. Instead of a cohesive team, it ends up being a sort of group of 1-man teams, all going about their discipline specific work and checking in for a status report during our stand-up meetings.



Until recently there was no real shared software model, each project would essentially fork the code base from a similar product and make whatever modifications necessary for the one being developed. As expected, this resulted in a plethora of disparate variations of very similar implementations, but there's been more of an effort by some developers to create a shared library to mitigate this problem.



Most of the developers agree this is the direction we should move towards, but everyone has their own idea of how it should be accomplished and there's no mandate one way or the other so nothing ever comes of it. There's one internal library in particular created and championed by a senior developer that is the most promising and widely used, but some of the other developers don't like its architectural style thus don't use it. This senior developer is also in an different R&D division separate from product development where myself and the other product developers are, so he has no authority to issue any sort of mandate either.



Our software manager hasn't done actual development in a long time and is more of a personnel manager instead of a true tech lead, and the actual product leads typically come from other disciplines than software, so their eyes tend to glaze over when any software conversation comes up. And since each product usually only has one software developer assigned to it, there's not much accountability to uphold any sort of consistent style or architecture.



The number of products we're developing as well as their complexity has grown tremendously in just the past few years, and I feel like we are riding dangerously close to a cliff of disaster if our current model continues the way it has been.



TLDR: We have about a dozen one-man software shows in the same department with no real mandate about how our software should be structured.



How can I best go about advocating for a better organization where the software teams are more collaborative and less silo'd? Several of us have suggested having the software team tackle projects as whole unit instead of having just one developer per product, but the current organization method is driven from the VP level, and I'm not sure my own software manager would even have the power to make such a change even if he wanted to.



I've only been with the company for a few years so I'm not sure I'm the best person to be suggesting such radical process changes, but at the same time I feel there could be so much improvement with the proper structure in place.







software-industry management project-management






share|improve this question







New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 28 at 19:22









Dan Q

1272




1272




New contributor




Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Dan Q is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
    – Strader
    Nov 28 at 20:09








  • 1




    Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
    – Dan Q
    Nov 28 at 20:16










  • That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
    – Strader
    Nov 28 at 20:25








  • 1




    Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
    – Dan Q
    Nov 28 at 20:37










  • Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
    – Mawg
    Nov 29 at 11:39














  • 1




    What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
    – Strader
    Nov 28 at 20:09








  • 1




    Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
    – Dan Q
    Nov 28 at 20:16










  • That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
    – Strader
    Nov 28 at 20:25








  • 1




    Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
    – Dan Q
    Nov 28 at 20:37










  • Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
    – Mawg
    Nov 29 at 11:39








1




1




What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
– Strader
Nov 28 at 20:09






What exactly is bugging you in solo development cycle? Lack of help from other / senior dev or accountability stemming from being the only dev on the project? Perhaps first step would be flat code review policy where your code is audited by someone else on your level in the dev department .
– Strader
Nov 28 at 20:09






1




1




Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
– Dan Q
Nov 28 at 20:16




Lack of consistency, isolation, people reinventing the wheel, every project is formatted completely differently. Some of us do code reviews with each other but it's on a voluntary basis. No one is mandated to perform or accept code reviews.
– Dan Q
Nov 28 at 20:16












That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
– Strader
Nov 28 at 20:25






That may be step one, code review as part of the process. In my experience embedded projects tend to minimize code-base due to storage limitations, could this be a reason for not using an over-weight generic libraries?
– Strader
Nov 28 at 20:25






1




1




Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
– Dan Q
Nov 28 at 20:37




Yes, that is definitely part of it. Some of our projects need to fit in 32k of flash, the bigger ones are blessed with 256k, and there is absolutely a trade off between generic libraries and code size. It's actually one of the other senior devs who wants everything to be generic and use his personal library. I try to take a more balanced opinion. The problem is no one with authority will make the call one way or the other, and the jr devs don't know who they should listen to when they get conflicting advice.
– Dan Q
Nov 28 at 20:37












Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
– Mawg
Nov 29 at 11:39




Whatever you come up with, back it with a business case. Show how it will save time or money or both when trying to sell an idea to management.
– Mawg
Nov 29 at 11:39










2 Answers
2






active

oldest

votes

















up vote
4
down vote













You mention your manager isn't extremely technical so this would be a good opportunity for someone on the team to step up. It seems like you have an interest and some ideas, so perhaps you can take this on yourself. You'll probably want to give your manager a heads up, but no need to involve he or she too much at this point. In stepping up and taking the lead on this, a good manager will appreciate the fact that you care and that you've taken the initiative to help improve the team and the company, especially given that your manager may lack the technical knowledge to do so personally.



The first step is to do your research and compile the results. Identify the issues, as you see them, and explain how they negatively impact the company. It's completely normal for a growing company to struggle in this way, so look for other examples and case studies to back up your claims. Next you'll need to come up with potential solutions. Be thorough in explaining the costs and benefits. Note you may want to include your team members here as it sounds like they have ideas as well, both with the problems and the solutions. Just be sure to keep things focused and not let it become a distraction.



Once you've identified some issues and potential solutions that can be acted upon, I'd recommend turning it into a presentation. Schedule a meeting with your team (manager included). The goal of this meeting is to a) get feedback and b) get everyone on the same page. At the conclusion of this meeting, it's critical that you begin planning on how to implement the agreed upon changes and a timeline to do so. If you need approval from higher up, this is when you'll need the help of your manager. At this point, you've done the work to help empower your less technical manager and hopefully given them the tools needed to get the ball rolling.



The last thing is to make sure that what you've decided on as a team is actually implemented. There will likely be things that you and your team members can act upon immediately and others that may require larger changes/purchases/etc that require help from management. I recommend setting up a recurring meeting to check in on the progress and identify any obstacles that may be holding you up. Consistency and accountability are key to the successful implementation of these new processes.



One final note: If you don't feel as though you've been at the company long enough to take this on personally, it can be applied to a senior team member or taken on as a group. Customize to fit your needs.






share|improve this answer






























    up vote
    3
    down vote













    Take initiative, and find and fix one recurring issue the team has



    You say all the developers agree the current way of doing business isn't working, but no one agrees on what to do. You need to find one thing that has been a recurring problem and implement a solution.



    Talk to other developers you know and get at least 3 or 4 of them on board with your plan. Then execute your plan. Once it's done tell the rest of the team and your boss about it.



    When you tell people what you've done, focus on the fact you're wasting time because of a bad process. Something like...




    After I missed event/deadline XYZ I decided to fix this problem. The insert issue problem put me in a really bad position where I had to miss an important life event/deadline. I'd really like to hear what everyone thinks of this solution.







    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "423"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });






      Dan Q is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f123618%2fhow-can-i-convince-my-company-to-improve-our-software-development-process%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      4
      down vote













      You mention your manager isn't extremely technical so this would be a good opportunity for someone on the team to step up. It seems like you have an interest and some ideas, so perhaps you can take this on yourself. You'll probably want to give your manager a heads up, but no need to involve he or she too much at this point. In stepping up and taking the lead on this, a good manager will appreciate the fact that you care and that you've taken the initiative to help improve the team and the company, especially given that your manager may lack the technical knowledge to do so personally.



      The first step is to do your research and compile the results. Identify the issues, as you see them, and explain how they negatively impact the company. It's completely normal for a growing company to struggle in this way, so look for other examples and case studies to back up your claims. Next you'll need to come up with potential solutions. Be thorough in explaining the costs and benefits. Note you may want to include your team members here as it sounds like they have ideas as well, both with the problems and the solutions. Just be sure to keep things focused and not let it become a distraction.



      Once you've identified some issues and potential solutions that can be acted upon, I'd recommend turning it into a presentation. Schedule a meeting with your team (manager included). The goal of this meeting is to a) get feedback and b) get everyone on the same page. At the conclusion of this meeting, it's critical that you begin planning on how to implement the agreed upon changes and a timeline to do so. If you need approval from higher up, this is when you'll need the help of your manager. At this point, you've done the work to help empower your less technical manager and hopefully given them the tools needed to get the ball rolling.



      The last thing is to make sure that what you've decided on as a team is actually implemented. There will likely be things that you and your team members can act upon immediately and others that may require larger changes/purchases/etc that require help from management. I recommend setting up a recurring meeting to check in on the progress and identify any obstacles that may be holding you up. Consistency and accountability are key to the successful implementation of these new processes.



      One final note: If you don't feel as though you've been at the company long enough to take this on personally, it can be applied to a senior team member or taken on as a group. Customize to fit your needs.






      share|improve this answer



























        up vote
        4
        down vote













        You mention your manager isn't extremely technical so this would be a good opportunity for someone on the team to step up. It seems like you have an interest and some ideas, so perhaps you can take this on yourself. You'll probably want to give your manager a heads up, but no need to involve he or she too much at this point. In stepping up and taking the lead on this, a good manager will appreciate the fact that you care and that you've taken the initiative to help improve the team and the company, especially given that your manager may lack the technical knowledge to do so personally.



        The first step is to do your research and compile the results. Identify the issues, as you see them, and explain how they negatively impact the company. It's completely normal for a growing company to struggle in this way, so look for other examples and case studies to back up your claims. Next you'll need to come up with potential solutions. Be thorough in explaining the costs and benefits. Note you may want to include your team members here as it sounds like they have ideas as well, both with the problems and the solutions. Just be sure to keep things focused and not let it become a distraction.



        Once you've identified some issues and potential solutions that can be acted upon, I'd recommend turning it into a presentation. Schedule a meeting with your team (manager included). The goal of this meeting is to a) get feedback and b) get everyone on the same page. At the conclusion of this meeting, it's critical that you begin planning on how to implement the agreed upon changes and a timeline to do so. If you need approval from higher up, this is when you'll need the help of your manager. At this point, you've done the work to help empower your less technical manager and hopefully given them the tools needed to get the ball rolling.



        The last thing is to make sure that what you've decided on as a team is actually implemented. There will likely be things that you and your team members can act upon immediately and others that may require larger changes/purchases/etc that require help from management. I recommend setting up a recurring meeting to check in on the progress and identify any obstacles that may be holding you up. Consistency and accountability are key to the successful implementation of these new processes.



        One final note: If you don't feel as though you've been at the company long enough to take this on personally, it can be applied to a senior team member or taken on as a group. Customize to fit your needs.






        share|improve this answer

























          up vote
          4
          down vote










          up vote
          4
          down vote









          You mention your manager isn't extremely technical so this would be a good opportunity for someone on the team to step up. It seems like you have an interest and some ideas, so perhaps you can take this on yourself. You'll probably want to give your manager a heads up, but no need to involve he or she too much at this point. In stepping up and taking the lead on this, a good manager will appreciate the fact that you care and that you've taken the initiative to help improve the team and the company, especially given that your manager may lack the technical knowledge to do so personally.



          The first step is to do your research and compile the results. Identify the issues, as you see them, and explain how they negatively impact the company. It's completely normal for a growing company to struggle in this way, so look for other examples and case studies to back up your claims. Next you'll need to come up with potential solutions. Be thorough in explaining the costs and benefits. Note you may want to include your team members here as it sounds like they have ideas as well, both with the problems and the solutions. Just be sure to keep things focused and not let it become a distraction.



          Once you've identified some issues and potential solutions that can be acted upon, I'd recommend turning it into a presentation. Schedule a meeting with your team (manager included). The goal of this meeting is to a) get feedback and b) get everyone on the same page. At the conclusion of this meeting, it's critical that you begin planning on how to implement the agreed upon changes and a timeline to do so. If you need approval from higher up, this is when you'll need the help of your manager. At this point, you've done the work to help empower your less technical manager and hopefully given them the tools needed to get the ball rolling.



          The last thing is to make sure that what you've decided on as a team is actually implemented. There will likely be things that you and your team members can act upon immediately and others that may require larger changes/purchases/etc that require help from management. I recommend setting up a recurring meeting to check in on the progress and identify any obstacles that may be holding you up. Consistency and accountability are key to the successful implementation of these new processes.



          One final note: If you don't feel as though you've been at the company long enough to take this on personally, it can be applied to a senior team member or taken on as a group. Customize to fit your needs.






          share|improve this answer














          You mention your manager isn't extremely technical so this would be a good opportunity for someone on the team to step up. It seems like you have an interest and some ideas, so perhaps you can take this on yourself. You'll probably want to give your manager a heads up, but no need to involve he or she too much at this point. In stepping up and taking the lead on this, a good manager will appreciate the fact that you care and that you've taken the initiative to help improve the team and the company, especially given that your manager may lack the technical knowledge to do so personally.



          The first step is to do your research and compile the results. Identify the issues, as you see them, and explain how they negatively impact the company. It's completely normal for a growing company to struggle in this way, so look for other examples and case studies to back up your claims. Next you'll need to come up with potential solutions. Be thorough in explaining the costs and benefits. Note you may want to include your team members here as it sounds like they have ideas as well, both with the problems and the solutions. Just be sure to keep things focused and not let it become a distraction.



          Once you've identified some issues and potential solutions that can be acted upon, I'd recommend turning it into a presentation. Schedule a meeting with your team (manager included). The goal of this meeting is to a) get feedback and b) get everyone on the same page. At the conclusion of this meeting, it's critical that you begin planning on how to implement the agreed upon changes and a timeline to do so. If you need approval from higher up, this is when you'll need the help of your manager. At this point, you've done the work to help empower your less technical manager and hopefully given them the tools needed to get the ball rolling.



          The last thing is to make sure that what you've decided on as a team is actually implemented. There will likely be things that you and your team members can act upon immediately and others that may require larger changes/purchases/etc that require help from management. I recommend setting up a recurring meeting to check in on the progress and identify any obstacles that may be holding you up. Consistency and accountability are key to the successful implementation of these new processes.



          One final note: If you don't feel as though you've been at the company long enough to take this on personally, it can be applied to a senior team member or taken on as a group. Customize to fit your needs.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 29 at 16:09

























          answered Nov 28 at 20:17









          aw04

          53317




          53317
























              up vote
              3
              down vote













              Take initiative, and find and fix one recurring issue the team has



              You say all the developers agree the current way of doing business isn't working, but no one agrees on what to do. You need to find one thing that has been a recurring problem and implement a solution.



              Talk to other developers you know and get at least 3 or 4 of them on board with your plan. Then execute your plan. Once it's done tell the rest of the team and your boss about it.



              When you tell people what you've done, focus on the fact you're wasting time because of a bad process. Something like...




              After I missed event/deadline XYZ I decided to fix this problem. The insert issue problem put me in a really bad position where I had to miss an important life event/deadline. I'd really like to hear what everyone thinks of this solution.







              share|improve this answer

























                up vote
                3
                down vote













                Take initiative, and find and fix one recurring issue the team has



                You say all the developers agree the current way of doing business isn't working, but no one agrees on what to do. You need to find one thing that has been a recurring problem and implement a solution.



                Talk to other developers you know and get at least 3 or 4 of them on board with your plan. Then execute your plan. Once it's done tell the rest of the team and your boss about it.



                When you tell people what you've done, focus on the fact you're wasting time because of a bad process. Something like...




                After I missed event/deadline XYZ I decided to fix this problem. The insert issue problem put me in a really bad position where I had to miss an important life event/deadline. I'd really like to hear what everyone thinks of this solution.







                share|improve this answer























                  up vote
                  3
                  down vote










                  up vote
                  3
                  down vote









                  Take initiative, and find and fix one recurring issue the team has



                  You say all the developers agree the current way of doing business isn't working, but no one agrees on what to do. You need to find one thing that has been a recurring problem and implement a solution.



                  Talk to other developers you know and get at least 3 or 4 of them on board with your plan. Then execute your plan. Once it's done tell the rest of the team and your boss about it.



                  When you tell people what you've done, focus on the fact you're wasting time because of a bad process. Something like...




                  After I missed event/deadline XYZ I decided to fix this problem. The insert issue problem put me in a really bad position where I had to miss an important life event/deadline. I'd really like to hear what everyone thinks of this solution.







                  share|improve this answer












                  Take initiative, and find and fix one recurring issue the team has



                  You say all the developers agree the current way of doing business isn't working, but no one agrees on what to do. You need to find one thing that has been a recurring problem and implement a solution.



                  Talk to other developers you know and get at least 3 or 4 of them on board with your plan. Then execute your plan. Once it's done tell the rest of the team and your boss about it.



                  When you tell people what you've done, focus on the fact you're wasting time because of a bad process. Something like...




                  After I missed event/deadline XYZ I decided to fix this problem. The insert issue problem put me in a really bad position where I had to miss an important life event/deadline. I'd really like to hear what everyone thinks of this solution.








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 29 at 15:34









                  sevensevens

                  8,14731734




                  8,14731734






















                      Dan Q is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Dan Q is a new contributor. Be nice, and check out our Code of Conduct.













                      Dan Q is a new contributor. Be nice, and check out our Code of Conduct.












                      Dan Q is a new contributor. Be nice, and check out our Code of Conduct.
















                      Thanks for contributing an answer to The Workplace Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f123618%2fhow-can-i-convince-my-company-to-improve-our-software-development-process%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Plaza Victoria

                      In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                      How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...