Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Other Discussions
  3. The Insider News
  4. Does team size impact code quality?

Does team size impact code quality?

Scheduled Pinned Locked Moved The Insider News
comalgorithmscollaborationquestion
10 Posts 8 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kent Sharkey
    wrote on last edited by
    #1

    Code Climate[^]:

    Is it true that more developers means more complexity? Is there an ideal number of developers for a team? What can we learn from this? Let’s find out!

    Team sizes > 0 have much better code quality

    A Kornfeld Eliyahu PeterK R P 4 Replies Last reply
    0
    • K Kent Sharkey

      Code Climate[^]:

      Is it true that more developers means more complexity? Is there an ideal number of developers for a team? What can we learn from this? Let’s find out!

      Team sizes > 0 have much better code quality

      A Offline
      A Offline
      AlexCode
      wrote on last edited by
      #2

      Bigger teams require better management. And here in most cases is where everything fails. Most managers can't even manage themselves so nothing good can be expected out of there. If you have a good project and team manager you'll have more rules, better and well implemented code quality check tools and better and more automated processes. Overall a better structure to comply to, resulting on an implicitly enforced coding standards. For project management, the more monkeys you have the better you have to break tasks and plan dependencies. And always: - never build a team of geniuses or nothing ever will be finished - never build a team of freshly out of school people or nothing will ever work Always try to build an heterogeneous team with a couple of creative people not more, experienced people that deliver and fresh meat to just type text. Cheers! :)

      S N 2 Replies Last reply
      0
      • A AlexCode

        Bigger teams require better management. And here in most cases is where everything fails. Most managers can't even manage themselves so nothing good can be expected out of there. If you have a good project and team manager you'll have more rules, better and well implemented code quality check tools and better and more automated processes. Overall a better structure to comply to, resulting on an implicitly enforced coding standards. For project management, the more monkeys you have the better you have to break tasks and plan dependencies. And always: - never build a team of geniuses or nothing ever will be finished - never build a team of freshly out of school people or nothing will ever work Always try to build an heterogeneous team with a couple of creative people not more, experienced people that deliver and fresh meat to just type text. Cheers! :)

        S Offline
        S Offline
        Suvabrata Roy 0
        wrote on last edited by
        #3

        :thumbsup::thumbsup:

        Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

        1 Reply Last reply
        0
        • K Kent Sharkey

          Code Climate[^]:

          Is it true that more developers means more complexity? Is there an ideal number of developers for a team? What can we learn from this? Let’s find out!

          Team sizes > 0 have much better code quality

          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu PeterK Offline
          Kornfeld Eliyahu Peter
          wrote on last edited by
          #4

          Kent Sharkey wrote:

          Is there an ideal number of developers

          1!

          I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

          "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

          K A N 3 Replies Last reply
          0
          • K Kent Sharkey

            Code Climate[^]:

            Is it true that more developers means more complexity? Is there an ideal number of developers for a team? What can we learn from this? Let’s find out!

            Team sizes > 0 have much better code quality

            R Offline
            R Offline
            Rob Grainger
            wrote on last edited by
            #5

            Kent Sharkey wrote:

            Team sizes > 0 have much better code quality

            I don't know, a team if 0 produces 0 bugs. (Admittedly, it may not be the most productive team).

            "If you don't fail at least 90 percent of the time, you're not aiming high enough." Alan Kay.

            1 Reply Last reply
            0
            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

              Kent Sharkey wrote:

              Is there an ideal number of developers

              1!

              I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

              K Offline
              K Offline
              Karen Mitchelle
              wrote on last edited by
              #6

              Agree! But that also varies.. :)

              Don't mind those people who say you're not HOT. At least you know you're COOL. I'm not afraid of falling, I'm afraid of the sudden stop at the end of the fall! - Richard Andrew x64

              1 Reply Last reply
              0
              • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                Kent Sharkey wrote:

                Is there an ideal number of developers

                1!

                I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

                A Offline
                A Offline
                AlexCode
                wrote on last edited by
                #7

                Team of 1 is not a team... Working alone is just boring, one sided and leads to a one guy optimal solution... in most cases not optimal at all but there's no one there to challenge it anyway... Good for job security, at least while it lasts :)

                1 Reply Last reply
                0
                • A AlexCode

                  Bigger teams require better management. And here in most cases is where everything fails. Most managers can't even manage themselves so nothing good can be expected out of there. If you have a good project and team manager you'll have more rules, better and well implemented code quality check tools and better and more automated processes. Overall a better structure to comply to, resulting on an implicitly enforced coding standards. For project management, the more monkeys you have the better you have to break tasks and plan dependencies. And always: - never build a team of geniuses or nothing ever will be finished - never build a team of freshly out of school people or nothing will ever work Always try to build an heterogeneous team with a couple of creative people not more, experienced people that deliver and fresh meat to just type text. Cheers! :)

                  N Offline
                  N Offline
                  newton saber
                  wrote on last edited by
                  #8

                  AlexCode wrote:

                  Most managers can't even manage themselves so nothing good can be expected out of there.

                  Very good summary of the entire problem.

                  1 Reply Last reply
                  0
                  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                    Kent Sharkey wrote:

                    Is there an ideal number of developers

                    1!

                    I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

                    N Offline
                    N Offline
                    newton saber
                    wrote on last edited by
                    #9

                    This answer is so elegant that it is often overlooked. This way there is no way to confuse who is responsible for the bad code and the good code too. Eliminates confusion.

                    1 Reply Last reply
                    0
                    • K Kent Sharkey

                      Code Climate[^]:

                      Is it true that more developers means more complexity? Is there an ideal number of developers for a team? What can we learn from this? Let’s find out!

                      Team sizes > 0 have much better code quality

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #10

                      I have always preferred working alone... and maybe everyone else has preferred not working with me? Hmmm... :~ Anyway, when beginning a new project, one probably shouldn't look at a spec and decide "this will require ten developers" and then go hire ten developers. Start with one developer to get things going, set the style, then bring in another, etc. Build the team slowly, and only as needed. The only large team I was on (dozens of developers), was for a project that was well into maintenance.

                      You'll never get very far if all you do is follow instructions.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups