<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi, <br>
      </font></p>
    <p><font size="4">From my understanding and experience with Pharo:</font></p>
    <p><font size="4">- FileTree : one file per method (abandoned? Two
        many files, problem for limited system as Windows)<br>
      </font></p>
    <p><font size="4">- Tonel: one file per class.</font></p>
    <p><font size="4">But I am not paying attention since two years.</font></p>
    <p><font size="4">Hilaire</font><br>
    </p>
    <div class="moz-cite-prefix">Le 01/05/2022 à 01:16, ken.dickey---
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:794d62c6ee60e306294edc377e667bbf@whidbey.com">Gak! Er,
      no.
      <br>
      <br>
      Pharo splits files not at class-per-file, but Method-per-file, and
      uses separate files for class comment, and package manifests, and
      ... and ...
      <br>
      <br>
      Also, Cuis does not have Traits, so no STON support for Traits.
      <br>
      <br>
      However, I am happy if you take what I did as a starting point and
      add the busy bits to deal with the superfluous explosion of files
      which Pharo uses.
      <br>
      <br>
      I am basically interested in code in
      <br>
        <a class="moz-txt-link-freetext"
        href="https://github.com/powerlang/bee-dmr"
        moz-do-not-send="true">https://github.com/powerlang/bee-dmr</a>
      <br>
      which is class-per-file
      <br>
      <br>
      Compare the Pharo Tonel files
      <br>
        <a class="moz-txt-link-freetext"
        href="https://github.com/pharo-vcs/tonel" moz-do-not-send="true">https://github.com/pharo-vcs/tonel</a>
      <br>
      with the much smaller file set in
      <br>
        <a class="moz-txt-link-freetext"
        href="https://github.com/aucerna/bee-dmr/tree/master/Tonel"
        moz-do-not-send="true">https://github.com/aucerna/bee-dmr/tree/master/Tonel</a>
      <br>
      which is where I started from.
      <br>
      <br>
      It is good that Smalltalk supplies a number of iterators, because
      Pharo source really tests the fine granularity of a file system.
      <br>
      <br>
      IMHO,
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>