openzim / freecodecamp

FreeCodeCamp.org scraper (to ZIM)
GNU General Public License v3.0
4 stars 2 forks source link

Remove dir suffix #18

Closed benoit74 closed 1 year ago

benoit74 commented 1 year ago

Changed

Rationale

Convention in scraper is that the output directory is passed in an --output flag (and not --output-dir).

Prefixing variable names with kind/type is not always recommended.

For both reasons, and for homogenity, all flags, variables, arguments have no more "_dir" or "-dir" suffix.