From cb9232dd84e4f22f72ab2a5c680c6169118be145 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 5 Jun 2019 22:26:29 -0700 Subject: [PATCH] doc: remove superfluous filenaming convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Beth Griggs Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Anto Aravinth Reviewed-By: Colin Ihrig --- doc/api/synopsis.md | 4 ---- 1 file changed, 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: