mirror of https://github.com/nodejs/node.git
doc: remove superfluous filenaming convention
It is debatable whether "it is considered good style" in Node.js to use hypens or underscores to separate words in file names. Node.js has little to say about that. Remove that material as it is superfluous. PR-URL: https://github.com/nodejs/node/pull/28089 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>pull/28090/head
parent
d5577f0395
commit
cb9232dd84
|
@ -55,10 +55,6 @@ Windows PowerShell:
|
|||
Next, create a new source file in the `projects`
|
||||
folder and call it `hello-world.js`.
|
||||
|
||||
In Node.js it is considered good style to use
|
||||
hyphens (`-`) or underscores (`_`) to separate
|
||||
multiple words in filenames.
|
||||
|
||||
Open `hello-world.js` in any preferred text editor and
|
||||
paste in the following content:
|
||||
|
||||
|
|
Loading…
Reference in New Issue