Hacker News new | ask | show | jobs
by Mister_Snuggles 1255 days ago
It looks like the author gave up on using Make with this commit: https://github.com/topojson/world-atlas/commit/8f92f6eb692d1...
2 comments

More like they moved from the need of using Make to create the topoJSON to use prebuild ones with Node.

In the package.json of that commit:

> - "description": "Roll your own TopoJSON from Natural Earth.",

> + "description": "Pre-built TopoJSON from Natural Earth.",

It kind of makes the whole article irrelevant. Like a house of cards that is build on a foundation of Make, but when you get to the bottom there are no actual Makefiles there.
It just means when the article was published, the need was real and make was useful. Context matters.

Based on that commit they don't need to download the data to generate the .json file, so they don't, Make became irrelevant. If anything this shows that a tool can be really useful but you don't need to marry it. Don't use if you don't have to.

The whole point of the article is to discuss Make.
Which isn't invalidated by a project having no need for it anymore.
This makes no sense!