Hello,
If we keep the idea of using reflection aside, I still have a reason
to consider readonly flag for private properties. There are two main
uses I consider of readonly properties: prevention of property
modification from the public scope and the securing the property from
losing an important
On Sun, Dec 4, 2022, 8:43 PM j adams wrote:
> I apologize if I have the wrong mailing list here. I'm hoping ot ask the
> PHP developer community if there's any appetite for functions to handle
> matrix operations and scientific computing.
>
> I took a course on machine learning which had us code
I apologize if I have the wrong mailing list here. I'm hoping ot ask the
PHP developer community if there's any appetite for functions to handle
matrix operations and scientific computing.
I took a course on machine learning which had us code solutions using
matlab/octave. This year I embarked on
Hey there
On 03.12.22 23:55, Karoly Negyesi wrote:
They refuse to compromise even on documentation issues. I am totally
helpless. Not sure what could be done?
When people design their systems and use final, private or readonly,
they have a reason for that. They have a plan on how their librar