You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec-0013/index.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,32 @@ endorsed-by:
12
12
13
13
## Description
14
14
15
-
For consistency and decreased cognitive load across the ecosystem, this SPEC recommends naming conventions around various project aspects--such as project structure, repository layout, folder names, task runner and `pyproject.toml` targets name.
15
+
For consistency and decreased cognitive load across the ecosystem, this SPEC
16
+
recommends naming conventions around various project aspects--such as project
17
+
structure, repository layout, folder names, task runner and `pyproject.toml`
18
+
targets name.
16
19
17
-
From a cursory survey in the Scientific Python ecosystem, we discover some frustration from contributors and maintainer when moving from one project to another and belive that consistency will make it both easier for existing maintainer to contribute to project as well a decrease the confusion of new developers when contributing or creating new projects.
20
+
From a cursory survey in the Scientific Python ecosystem, we discover some
21
+
frustration from contributors and maintainer when moving from one project to
22
+
another and believe that consistency will make it both easier for existing
23
+
maintainer to contribute to project as well a decrease the confusion of new
24
+
developers when contributing or creating new projects.
18
25
19
26
## Implementation
20
27
21
-
We recommend that by default the targets and folder names:
22
-
- related to testing be named `tests` (and not `test`)
23
-
- related to documentation be named `docs` (and not `doc`)
24
-
- both should be lowercase.
28
+
We recommend that by default the targets and folder names:
29
+
30
+
- related to testing be named `tests` (and not `test`)
31
+
- related to documentation be named `docs` (and not `doc`)
32
+
- both should be lowercase.
25
33
26
34
It is ok to have the singular aliases, but the plurals should always be the default.
0 commit comments