code_generator icon indicating copy to clipboard operation
code_generator copied to clipboard

Attempt to add public variables

Open rafaelrojasmiliani opened this issue 2 years ago • 1 comments

Here I propose a method to introduce also public variable into classes

rafaelrojasmiliani avatar Feb 23 '23 08:02 rafaelrojasmiliani

I'm not sure this is required. If you just need a collection of public variables, there's the is_struct property. In case of class, opening only part of data members would be violation of encapsulation

yuchdev avatar Mar 11 '23 07:03 yuchdev