Skip to content

Commit f8d185f

Browse files
committed
DOC: Drop references to functional programming, mention global state, drop reference to deprecation policy until we write one...
1 parent 55d51fd commit f8d185f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/source/devel/core_developer.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Reviewing
1414
How to Conduct A Good Review
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17-
*Always* be kind to contributors. Nearly all of NetworkX is
17+
*Always* be kind to contributors. Nearly all of Nibabel is
1818
volunteer work, for which we are tremendously grateful. Provide
1919
constructive criticism on ideas and implementations, and remind
2020
yourself of how it felt when your own work was being evaluated as a
2121
novice.
2222

23-
NetworkX strongly values mentorship in code review. New users
23+
Nibabel strongly values mentorship in code review. New users
2424
often need more handholding, having little to no git
2525
experience. Repeat yourself liberally, and, if you don’t recognize a
2626
contributor, point them to our development guide, or other GitHub
@@ -33,12 +33,10 @@ an abandoned pull request.
3333
When reviewing, focus on the following:
3434

3535
1. **API:** The API is what users see when they first use
36-
NetworkX. APIs are difficult to change once released, so
37-
should be simple, `functional
38-
<https://en.wikipedia.org/wiki/Functional_programming>`__ (i.e. not
39-
carry state), consistent with other parts of the library, and
40-
should avoid modifying input variables. Please familiarize
41-
yourself with the project's :ref:`deprecation_policy`.
36+
Nibabel. APIs are difficult to change once released, so
37+
should be simple, consistent with other parts of the library, and
38+
should avoid side-effects such as changing global state or modifying
39+
input variables.
4240

4341
2. **Documentation:** Any new feature should have a gallery
4442
example that not only illustrates but explains it.

0 commit comments

Comments
 (0)