Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-06 08:26:29 +0300
committerRich Trott <rtrott@gmail.com>2019-06-09 04:15:05 +0300
commitcb9232dd84e4f22f72ab2a5c680c6169118be145 (patch)
treebbd35362d6adfbaabc06e8b1b27f03c3bcde52d5 /doc/api/synopsis.md
parentd5577f0395bf746c1fd1042798f31cf874c8d296 (diff)
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>
Diffstat (limited to 'doc/api/synopsis.md')
-rw-r--r--doc/api/synopsis.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md
index 3400a946cd5..599d6fab47e 100644
--- a/doc/api/synopsis.md
+++ b/doc/api/synopsis.md
@@ -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: