If you thought the speed of writing code was your problem - you have bigger problems

64 points by drmorr


Vaelatern

The speed at which I type is important -- I need to type fast enough that I avoid boredom while getting a thought into a legible form. Speed of code is similar, per the author's identified bottlenecks. If you can produce code fast enough to bounce ideas off actual programs instead of mental models, your resulting artifact can be much better.

It doesn't solve human problems, but when you make generating code faster, and can start walking into meetings with built programs ready to be discussed, your human problems can at least work in reality instead of fantasy land.

viraptor

This either comes from a person working in a very specific environment, or just projecting their imagined results. I don't know if they're representing the book correctly, but the idea as presented is just wrong. For example SOX compliance is not my bottleneck, but if someone got rid of it, I'd do my job better and faster. I'd probably improve in just about any metric due to being more happy as well. Some app starting to leak memory is not a bottleneck, but again fixing it would speed things up without making any system broken.

I'm also tired of hearing the "writing code is not the bottleneck" trope. Sometimes it is, sometimes it isn't. Not accepting nuance there was fine for 2024 level capabilities, but not 2026 level LLMs. You can do design, plans, mock-ups, etc. now. Sometimes you know exactly what needs to be done and typing is the slog. Sometimes even the investigation is a slog - there's a process and you have to go through the motions. (That can be outsourced) Not all coding ends up in a review. And even then, automatic code review is not terrible anymore. (It's not good, but it can be useful and time saving)