<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 6/12/2024 12:01 PM, Mark Volkmann via Cuis-dev wrote:
    <blockquote
cite="mid:CAFfRWnX9ATQ3wdOFwt0c2LCkm9m0Rt1PCYUJfY4iLtYMM_wn1A@mail.gmail.com"
      type="cite">
      <div dir="ltr">In Cuis Smalltalk are class variables required to
        have names that begin with an uppercase letter?</div>
    </blockquote>
    <br>
    That's usual practice.<br>
    <br>
    <blockquote
cite="mid:CAFfRWnX9ATQ3wdOFwt0c2LCkm9m0Rt1PCYUJfY4iLtYMM_wn1A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>What is the proper way to initialize class variables?
          Should I define an `initialize` method on the class side and
          initialize all the class variables there? This does not seem
          to work for me.<br clear="all">
        </div>
      </div>
    </blockquote>
    <br>
    There's no single 'proper' way. A class side #initialize method is
    an usual way. See, for example, how Float does it. You need, of
    course, to actually call that #initialize method so it runs.<br>
    <br>
    <blockquote
cite="mid:CAFfRWnX9ATQ3wdOFwt0c2LCkm9m0Rt1PCYUJfY4iLtYMM_wn1A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div><br>
          </div>
          <span class="gmail_signature_prefix">-- </span><br>
          <div dir="ltr" class="gmail_signature"
            data-smartmail="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div dir="ltr">
                        <div><font face="arial, helvetica, sans-serif">R.
                            Mark Volkmann</font></div>
                        <div><span style="font-size: 12.8px;"><font
                              face="arial, helvetica, sans-serif">Object
                              Computing, Inc.</font></span></div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    HTH,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
  </body>
</html>