From eb73ed8158b8550f1044aae6749048222ad7777c 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 3400a946cd53df..599d6fab47eb98 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: