|
|
|
|
|
by ericd
5997 days ago
|
|
This is interesting - I haven't heard this expressed explicitly, but it describes pretty exactly how I feel about "programming". I've also found that almost all the interesting stuff is in the stuff upfront where I'm sketching out ideas on a notepad - roughly how things will work together, what the running time of different approaches will be and how it will scale, the user flow and interaction, and getting down the trickier algorithms to become reasonably sure that the main idea is feasible. The rest really is just plumbing and brickwork. It seems like a lot is written online about the different ways to lay bricks, but I've never really felt that that was very interesting, except for resulting reductions in time spent bricklaying. Sometimes it's fun playing around to make extremely abstracted code, or some other challenge, but for the most part, it's pretty repetitive. Thanks for expressing it, I didn't realize that the cool part used to be a distinct profession. |
|