This beta will probably the last beta before the official release of version 2. For more information about this release, check here: https://github.com/WebFiori/framework/releases/tag/v2.0.0-beta.4
Wondering what is WebFiori Framework? Check here to find out.
If you want to learn how to use the framework, check help topics in here.
Feedback on the project is very much appreciated.
Thanks for your time.
I’m quite surprised about the framework coding standard’s, one rule being
Private methods names should always start with underscore.
I believe that when PHP first introduced OO paradigm (PHP3 ?), it wasn’t possible to specify if a method was public, protected or private, same for properties (everything being public), so people used to prefix private and protected with an underscore
But as of now, I’m really not sure why such behaviour remains ?
Is it because of old habits ?
The lowercase namespaces (after looking more, some follow the normal convention) bother me for some reason. Forgetting that (among other things), to any beginner or intermediate developers, don’t use this or following it as a guide if you’re trying to build your own framework.
Members
Online