cx icon indicating copy to clipboard operation
cx copied to clipboard

Private and public members

Open Coolnesss opened this issue 8 years ago • 2 comments

Now that the standard library is growing, we really need this.

Suggestion: could be e.g

class Foo {
   // private stuff
   public:
   // public stuff
   protected:
   // package-only stuff
}

Which would mean everything is private unless explicitly stated otherwise

Coolnesss avatar Nov 06 '17 14:11 Coolnesss

Is this (partially) addressed by https://github.com/delta-lang/delta/commit/683d7e285febe0bf11a1b93d77404f81a65cf934 ?

Coolnesss avatar Feb 15 '18 13:02 Coolnesss

Yeah, still have to add public.

emillaine avatar Feb 15 '18 13:02 emillaine