Hacker News new | past | comments | ask | show | jobs | submit login
In defence of open floor plans for engineering (helpful.com)
3 points by colinbartlett on Sept 13, 2017 | hide | past | favorite | 2 comments



One of Farhan's premises for pair programming is:

> Many people assume that the bottleneck with coding is typing, but the bottleneck is actually at the thought level — it’s at deciding what to code

but in my experience coding, this is not true at all. Most of the time, it is very easy to figure out what needs to be built. What takes time is:

- integrating with broken libraries

- fixing said libraries

- discovering and fixing edge cases as you code

- writing extensive integration and unit tests

- making sure the code is well documented

- going through code review cycles, fixing nits and tests

- refactoring the code to make it easier to modify

- setting up rollout mechanisms to migrate from one library/database to the next

It's all mundane wiring that takes the most time, and I can't imagine how a second programmer peering over my shoulder while I do these things would make it go faster/better. But maybe this is just true for large companies, where requirements are made pretty clear (versus startups, where engineers contribute significantly to figuring out what needs to be built).


You'll end up with more code if you give your programmers offices. OK. Let's be real, it's about cost.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: