<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 10/04/2019 à 18:05, Federico Miyara
      a écrit :<br>
    </div>
    <blockquote
      cite="mid:e37eaa69-2239-3eb7-d918-7107f139a220@fceia.unr.edu.ar"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      <font face="Courier New">Stéphane,<br>
        <br>
        Thank you for your insight.<br>
        <br>
        I think I've found a possible explanation fromthe user's point
        of view: If several entities are successively added and some of
        their properties need to be modified on the fly, it is easier to
        use a single instruction that affects the newly added entity
        instead of having to keep track of the index or the handle of
        each specific entity. I suppose it is more frequent to modify
        the most recently added object than a deeply buried one.<br>
      </font></blockquote>
    <br>
    I don't think it is the reason (if there is any true reason). It is
    equally easy to get the handle with<br>
    A...children($)<br>
    A...children(1)<br>
    gce()<br>
    <br>
    Thanks for your persistent will to know why, for things that are
    actually not the most handy, even if after years we are compelled to
    do with them.<br>
    To have fresh observers and comenters is often interesting. To have
    new contributors as well.<br>
    <br>
    After the first interesting Stéphane's attempt, i am also afraid
    that changing the order now would break a lot of code.<br>
    However, IMO it would be worthwhile to try, and see how many tests
    this change breaks.<br>
    Many graphical tests are interactive, that requires more manpower
    (because these tests have no "automatic" validation/invalidation. A
    human must see how graphics are rendered and say "the test passes,
    or fails")<br>
    But this is easy to do, and subscribers to this list could
    contribute.<br>
    <br>
    Samuel<br>
    <font face="Courier New"><br>
    </font>
  </body>
</html>