Re: [GSoC] JSON Test suite status
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
Am 22.06.20 um 11:30 schrieb Abdallah Elshamy:
> a.("123foo") or a.("foo bar")
you also create it this way. Kais example:
octave:3> my_struct.("2bad_fieldname") = 4
my_struct =
scalar structure containing the fields:
2bad_fieldname = 4
> I think this is not a common way to access structs so it may be better
> to use makeValidName despite it is not necessary to call it to create
> structs in Octave unlike MATLAB. What do you think?
I think the goal for most users will be, that the code written for the
other software also works on GNU Octave. So I would suggest to use the
same "renaming" conventions.
-- Andy