<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Eric,<br>
    </p>
    <p>+1</p>
    <p>Reading the discussion so far, I want to ask people to keep in
      mind that Koha is a very international project. I only learned
      about the use of they/them/their as singular neutral pronouns not
      so long ago and I think for a lot of other non-native speakers it
      might be similar. Our code comments are not perfect and we can
      always improve, but please let's be nice about it. I'd rather have
      a non-perfect code comment with imperfect grammar than people stop
      commenting :)</p>
    <p>Katrin<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 19.04.2017 02:25, Eric Phetteplace
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACSkZcbzui4RER7Kn2ERV99sKydOmQfnQJEDTdQWN3b20GjBeQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:georgia,serif">Hi
          list,</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">I
          opened bug #18432 <a moz-do-not-send="true"
            href="https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18432">https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18432</a>
          because I saw several places in the Koha codebase where the
          pronoun "he" was being used to refer to a generic third person
          who could be of any gender. Jonathan Druart noted that this
          should be a coding guideline, as otherwise new instances of
          gendered pronouns might continue to be added. Perhaps it
          belongs on the "Terminology" page of the wiki?</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">So
          here's my proposal. I'm trying to be concise.</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">----</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif"><b>Use
            gender neutral pronouns</b></div>
        <div class="gmail_default" style="font-family:georgia,serif"><b><br>
          </b></div>
        <div class="gmail_default" style="font-family:georgia,serif">When
          referring to a person who could be of any gender, you should
          use the words they/them/their. This goes for code comments,
          text in templates, and strings in tests. For example, here's a
          string from a patrons test updated to be gender neutral.</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">Before<b>:</b></div>
        <div class="gmail_default" style="font-family:georgia,serif"><b><br>
          </b></div>
        <div class="gmail_default"><font face="georgia, serif">is(
            $total, $enrolmentfee_K + $enrolmentfee_J, "Kid growing and
            become a juvenile, he should pay " . ( $enrolmentfee_K +
            $enrolmentfee_J ) );</font><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">After:</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default"><font face="georgia, serif">is(
            $total, $enrolmentfee_K + $enrolmentfee_J, "Kid growing and
            become a juvenile, they should pay " . ( $enrolmentfee_K +
            $enrolmentfee_J ) );</font><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">Gender
          neutral terms are preferable for a few reasons. They're more
          welcoming, showing that Koha expects users and contributors to
          be of any gender. They're also more accurate. Inappropriately
          using a particular gender can cause confusion, leading someone
          to believe that code operates differently based on the value
          of borrowers.sex, for instance.</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">----</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div class="gmail_default" style="font-family:georgia,serif">I
          hope that's clear. I'm happy to reword it, and to attend the
          next Koha developers meeting to explain further if need be.</div>
        <div class="gmail_default" style="font-family:georgia,serif"><br>
        </div>
        <div>
          <div class="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div>
                        <div><font face="georgia, serif"><span
                              style="font-size:12.8px">Best,</span><br>
                          </font></div>
                        <div dir="ltr">
                          <div><font face="georgia, serif">Eric
                              Phetteplace</font></div>
                          <div><font face="georgia, serif">Systems
                              Librarian</font></div>
                          <div><font face="georgia, serif">California
                              College of the Arts</font></div>
                          <div><font face="georgia, serif"><a
                                moz-do-not-send="true"
                                href="http://libraries.cca.edu"
                                target="_blank">libraries.cca.edu</a> | <a
                                moz-do-not-send="true"
                                href="http://vault.cca.edu"
                                target="_blank">vault.cca.edu</a><br>
                            </font></div>
                          <div><font face="georgia, serif">510.594.3660</font></div>
                          <div><font face="georgia, serif" size="1">2>/dev/null</font></div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Koha-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha-devel@lists.koha-community.org">Koha-devel@lists.koha-community.org</a>
<a class="moz-txt-link-freetext" href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel">http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel</a>
website : <a class="moz-txt-link-freetext" href="http://www.koha-community.org/">http://www.koha-community.org/</a>
git : <a class="moz-txt-link-freetext" href="http://git.koha-community.org/">http://git.koha-community.org/</a>
bugs : <a class="moz-txt-link-freetext" href="http://bugs.koha-community.org/">http://bugs.koha-community.org/</a></pre>
    </blockquote>
    <br>
  </body>
</html>