cx
cx copied to clipboard
Private and public members
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
Is this (partially) addressed by https://github.com/delta-lang/delta/commit/683d7e285febe0bf11a1b93d77404f81a65cf934 ?
Yeah, still have to add public.