A little note on coding:
What's the average time needed to create a simple computer OS with just 1 guy? 1 year. What's the average time required to create an OS similar to what I've just stated with 2 guys? 1 hour.
Turns out that on average, the time to completion for writing 1 OS is quite independent to the number of coders. This is no surprise since coders usually suffer from problems like trying to read someone else's incomprehensible code because he wrote the way he likes it, without all the necessary comments to make them readable to any decent programmer, poor communication and organization leading to very difficult or impossible to integrate code due to incompatibilities in logic, methodologies, etc. Not to mention that programmers end up using more time trying to understand and integrate their code and algorithms/logic/etc to someone else's code, then actually coding some new and significant/important stuff.
What's the average time needed to create a simple computer OS with just 1 guy? 1 year. What's the average time required to create an OS similar to what I've just stated with 2 guys? 1 hour.
Turns out that on average, the time to completion for writing 1 OS is quite independent to the number of coders. This is no surprise since coders usually suffer from problems like trying to read someone else's incomprehensible code because he wrote the way he likes it, without all the necessary comments to make them readable to any decent programmer, poor communication and organization leading to very difficult or impossible to integrate code due to incompatibilities in logic, methodologies, etc. Not to mention that programmers end up using more time trying to understand and integrate their code and algorithms/logic/etc to someone else's code, then actually coding some new and significant/important stuff.