|
|
|
|
|
by ken_railey
4863 days ago
|
|
> In the context of starting, launching, growing, evolving and maintaining a tech business Possibly, but some people are not starting, launching, growing, or evolving anything but software - and a text editor is where 99% of that work happens. |
|
I haven't measured it but I'd venture to say that actual time typing code is probably somewhere in the order of 15% to 30% of a project, if that high. In fact, I really doubt that initial code entry goes much past 20% of my time.
Then there's testing, debugging and source control/management. If the project requires media a substantial amount of time might also be devoted to the creation and management of image, video and sound assets.
One interesting thing is that as the years went by and I became more experienced I quickly spent less and less time debugging. My code is largely bug-free due to the fact that I devote a lot of time and effort to initial planning before I even think about firing-up a text editor at all.
So, yes, your claim that 99% of the work in creating a software product happens in the editor is something that can only be true for an absolute rank newbie. I don't know many experienced programmers that, for a non-trivial project, just launch into an editor and spend 99% of their time there.
Don't take my word for it:
http://www.codinghorror.com/blog/2006/09/when-understanding-...
http://programmers.stackexchange.com/questions/93302/spendin...