Hi.
I see we've created a few repositories, some with sample code. I'd like to discuss a few things, before we get hands-on.
What's the goal of the library? Is it to port the structured nature of PHP to a more OOP approach? Or are we going to take the chance to enhance it, somehow?
This is a very important discussion before the hands-on. For example, I see someone has created an Array repository. If we are to enhance the native types, should we not discuss Arrays x Collections? Collections packages, similar to System.Collections from .NET provides, could implement not only arrays (which would be a collection type), but also ordered lists, linked lists, dictionaries, and others.
Can we take a moment to talk about those issues?
Hi.
I see we've created a few repositories, some with sample code. I'd like to discuss a few things, before we get hands-on.
What's the goal of the library? Is it to port the structured nature of PHP to a more OOP approach? Or are we going to take the chance to enhance it, somehow?
This is a very important discussion before the hands-on. For example, I see someone has created an
Arrayrepository. If we are to enhance the native types, should we not discuss Arrays x Collections? Collections packages, similar toSystem.Collectionsfrom .NET provides, could implement not only arrays (which would be a collection type), but also ordered lists, linked lists, dictionaries, and others.Can we take a moment to talk about those issues?