-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
Problem
The recent JavaScript debacle due to a trademark dispute should be a serious warning about the dangers of using real names for naming things in our code.
It's not a widespread practice, but Symfony uses real people names, real company names and real websites in some tests.
Solution
Wikipedia publishes a list of safe placeholders for any need. I propose to enforce the use of these placeholders in our codebase, to avoid any problem:
- Companies:
Acme
- People:
John Doe
andJane Doe
- Websites, domains:
example.org
andexample.com
- Variables:
foo
,bar
,baz
andqux
ro0NL
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)