<div dir="ltr"><div>Well, at some point, it needs to break :)</div><div><br></div><div>I was for a long time maintainer of gnome modules, more specifically zenity and in order to move forward with some functionalities we had to break stuff. We could not keep legacy code and move forward with new functionalities, and the gnome strategy is pretty simple: minor version, you must maintain api compatibility. Major version, let's break everything! The user can either stay in the version X.y.z, or update their code to version X+1.y.z. That's exactly what happened when gnome/gtk released the 3.x version, and what will happen with the future 4.x version.</div><div><br></div><div>So, it's very hard to try new things, when you must maintain forever old things.</div><div>The naming is for some people a problem, and we should make an effort to change that. Sometimes we don't see this as an issue, because it is so deeply rooted in our lives, that we don't see it as a problem.</div><div><br></div><div>I'll give you an example we have in Brazil:</div><div>One of the biggest children authors, known as Monteiro Lobato [1], was a very racist person, and he put all his racism in books, the books we have to read at school. So, in one of his famous books he has this character called Tia Anastácia, and another one the smart one called Pedrinho. So, Pedrinho always calls Tia Anastácia as: "That black lady" or: She is as black as a Gorilla, and people thought this was fine, and funny. And it was an official lecture in schools in Brazil, and even had a TV Show about it.</div><div>I was one of those who watched and read those books, and always thought this was OKAY. Today, my daughter will never read Monteiro Lobato, and hopefully she will understand that is wrong if people call you "black as a Gorilla", no matter the context.</div><div>Now, imagine you grow up reading these stories, how would you feel? ;)<br></div><div><br></div><div>This is also right in code, you might not care, but there are people who are very sensible to some naming convention. Master/Slave may sound uncomfortable. Specially for people who have 400 years of slavery in their history. <br></div><div>As an open source community, we should be able to fight against this, and make it a good code and environment for people who are new, and want to contribute, but not feel comfortable with some naming convention. You might say there's no such thing, but trust me they exist, and we should be working to make these people comfortable and welcome to our community.</div><div><br></div><div>It's not about breaking code, it's about fixing it :)<br></div><div><br></div><div>1 - <a href="https://en.wikipedia.org/wiki/Monteiro_Lobato">https://en.wikipedia.org/wiki/Monteiro_Lobato</a></div><div><br></div><div>Kind regards,<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 9, 2020 at 7:06 PM Ghanshyam Mann <<a href="mailto:gmann@ghanshyammann.com">gmann@ghanshyammann.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> ---- On Thu, 09 Jul 2020 11:45:19 -0500 Arx Cruz <<a href="mailto:arxcruz@redhat.com" target="_blank">arxcruz@redhat.com</a>> wrote ----<br>
 > Yes, that's the idea.<br>
 > We can keep the old interface for a few cycles, with warning deprecation message advertising to use the new one, and then remove in the future.<br>
<br>
Deprecating things leads to two situations which really need some good reason before doing it:<br>
<br>
- If we keep the deprecated interfaces working along with new interfaces then it is confusion for users<br>
as well as maintenance effort. In my experience, very less migration happen to new things if old keep working.<br>
<br>
- If we remove them in future then it is breaking change.<br>
<br>
IMO, we need to first ask/analyse whether name changes are worth to do with above things as results. Or in other<br>
team we should first define what is 'outdated naming conventions' and how worth to fix those.<br>
<br>
-gmann<br>
<br>
<br>
 > Kind regards,<br>
 > <br>
 > On Thu, Jul 9, 2020 at 6:15 PM Luigi Toscano <<a href="mailto:ltoscano@redhat.com" target="_blank">ltoscano@redhat.com</a>> wrote:<br>
 > <br>
 > <br>
 > -- <br>
 >                   Arx Cruz        <br>
 >                           Software Engineer        <br>
 >                   Red Hat EMEA        <br>
 >                               <a href="mailto:arxcruz@redhat.com" target="_blank">arxcruz@redhat.com</a>                   <br>
 >                                 @RedHat                            Red Hat                           Red Hat                                                                         <br>
 >             On Thursday, 9 July 2020 17:57:14 CEST Ghanshyam Mann wrote:<br>
 > >  ---- On Thu, 09 Jul 2020 10:14:58 -0500 Arx Cruz <<a href="mailto:arxcruz@redhat.com" target="_blank">arxcruz@redhat.com</a>> wrote<br>
 > > ----<br>
 > >  > Hello,<br>
 > >  > I would like to start a discussion regarding the topic.<br>
 > >  > At this moment in time we have an opportunity to be a more open and<br>
 > >  > inclusive project by eliminating outdated naming conventions from<br>
 > >  > tempest codebase, such as blacklist, whitelist.We should take the<br>
 > >  > opportunity and do our best to replace outdated terms with their more<br>
 > >  > inclusive alternatives.As you can see in [1] the TripleO project is<br>
 > >  > already working on this initiative, and I would like to work on this as<br>
 > >  > well on the tempest side.<br>
 > > Thanks Arx for raising it.<br>
 > > <br>
 > > I always have hard time to understand the definition of 'outdated naming<br>
 > > conventions ' are they outdated from coding language perspective or<br>
 > > outdated as English language perspective? I do not see naming used in<br>
 > > coding language should be matched with English as grammar/outdated/new<br>
 > > style language. As long as they are not so bad (hurt anyone culture,<br>
 > > abusing word etc) it is fine to keep them as it is and start adopting new<br>
 > > names for new things we code.<br>
 > > <br>
 > > For me, naming convention are the things which always can be improved over<br>
 > > time, none of the name is best suited for everyone in open source. But we<br>
 > > need to understand whether it is worth to do in term of 1. effort of<br>
 > > changing those 2. un- comfortness of adopting new names 3. again changing<br>
 > > in future.<br>
 > > <br>
 > > At least from Tempest perspective, blacklist is very known common word used<br>
 > > for lot of interfaces and dependent testing tool. I cannot debate on how<br>
 > > good it is or bad but i can debate on not-worth to change now. For new<br>
 > > interface, we can always use best-suggested name as per that<br>
 > > time/culture/maintainers. We have tried few of such improvement in past but<br>
 > > end up not-successful. Example: -<br>
 > > <a href="https://opendev.org/openstack/tempest/src/commit/e1eebfa8451d4c28bef0669e4a" rel="noreferrer" target="_blank">https://opendev.org/openstack/tempest/src/commit/e1eebfa8451d4c28bef0669e4a</a><br>
 > > 7f493b6086cab9/tempest/test.py#L43<br>
 > > <br>
 > <br>
 > That's not the only used terminology for list of things, though. We could <br>
 > always add new interfaces and keep the old ones are deprecated (but not <br>
 > advertised) for the foreseable future. The old code won't be broken and the <br>
 > new one would use the new terminology, I'd say it's a good solution.<br>
 > <br>
 > <br>
 > -- <br>
 > Luigi<br>
 > <br>
 > <br>
 > <br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>
        <p style="font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:capitalize;font-family:"RedHatText",sans-serif">
          <span>Arx</span> <span>Cruz</span><span style="color:rgb(170,170,170);margin:0px"></span>
        </p>
        
        <p style="font-weight:normal;font-size:12px;margin:0px;text-transform:capitalize;font-family:"RedHatText",sans-serif">
          <span>Software Engineer</span>
        </p>
        <p style="font-weight:normal;margin:0px 0px 4px;font-size:12px;font-family:"RedHatText",sans-serif">
          <a style="color:rgb(0,136,206);font-size:12px;margin:0px;text-decoration:none;font-family:"RedHatText",sans-serif" href="https://www.redhat.com" target="_blank">Red Hat <span>EMEA</span></a>
        </p>
    <div style="margin-bottom:4px">
      
      
    </div>
    <p style="font-weight:normal;margin:0px;font-size:12px;font-family:"RedHatText",sans-serif">
      <span style="margin:0px;padding:0px"><a style="color:rgb(0,0,0);font-size:12px;margin:0px;text-decoration:none;font-family:"RedHatText",sans-serif" href="mailto:arxcruz@redhat.com" target="_blank">arxcruz@redhat.com</a>   </span>
      
      
    </p>
    
    <div style="font-weight:normal;font-size:12px;font-family:"RedHatText",sans-serif;margin-bottom:8px">
      <div>
        <a href="https://twitter.com/redhat" title="twitter" style="background:transparent url("https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/3780bd4ede961ef3cd4108b8c0e80186/web-icon-twitter.png") no-repeat scroll 0px 50%/13px;text-decoration:none;color:rgb(0,0,0);display:inline-block;line-height:20px;padding-left:13px" target="_blank">
          <span style="margin-left:2px">@RedHat</span>
        </a>  
        <a href="https://www.linkedin.com/company/red-hat" title="LinkedIn" style="background:transparent url("https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/8d3507e3c6b6c9ad10e301accf1a4af0/web-icon-linkedin.png") no-repeat scroll 0px 50%/12px;text-decoration:none;color:rgb(0,0,0);display:inline-block;line-height:20px;padding-left:12px;margin:0px 4px 0px 3px;padding-top:1px" target="_blank">
          <span style="margin-left:4px">Red Hat</span>
        </a> 
        <a href="https://www.facebook.com/RedHatInc" title="Facebook" style="background:transparent url("https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/220b85e2f100025e94cb1bcd993bd51d/web-icon-facebook.png") no-repeat scroll 0px 50%/11px;text-decoration:none;color:rgb(0,0,0);display:inline-block;line-height:20px;padding-left:13px" target="_blank">
          <span>Red Hat</span>
        </a>
      </div>
      
    </div>

    <div style="margin-top:12px">
      <table border="0">
        <tbody><tr>
          <td width="100px"><a href="https://www.redhat.com" target="_blank"> <img src="https://marketing-outfit-prod-images.s3-us-west-2.amazonaws.com/f5445ae0c9ddafd5b2f1836854d7416a/Logo-RedHat-Email.png" width="90" height="auto"></a> </td>
          
        </tr>
      </tbody></table>
    </div>

  </div></div></div>