Live data from Hacker News

Ask HN: Is SWE mostly just calling APIs?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Is SWE mostly just calling APIs?

#11
post #4

Earlier quoted context omitted.

real engineering work is about delivering solutions, calling APIs is a small part of that.

Delivering a software solution is often tantamount to reading multiple codebases, getting some alignment with a team on a proposal and then writing the code and deploying. Most of which can be done by calling APIs (apart from aligning a team of humans)

No, that sounds like what consultants would do on an integration project, but not at all how software development works. Sure, you call APIs - after you write them. Which comes after you define what connections are needed between various layers of the system, which odds are you are also writing.

Saying that most software development is done by calling APIs is like saying that most driving of cars is done by moving your hands to the left and the right. Sure, that is an important piece of what is going on, but it really misses the bigger picture.

Re: Ask HN: Is SWE mostly just calling APIs?

#12
there is an old story that exists in numerous variants and goes roughly like this:

A town’s electricity generator failed and various engineers were unable to fix it, so an elderly electrician was summoned. He examined the generator carefully, then tapped it lightly once with a hammer, and power was instantly restored. He submitted his bill for $1,000 and as he was asked for the explanation, answered: “Tapping — $1. Knowing where to tap — $999.”

Post reply on HN