Tag: Symfony2


  • phpBB. Software I’ll always have a love for. It’s not only awesome forum software (probably the de facto standard for discussion forums right now) but it’s also the first Open Source project that I truely contributed to. As a member of the Support Team and as the Support Team Leader I learned a lot about…

  • In general, I agree with Lukas. I dislike the way private methods block any possible extension. I much more prefer being able to extend something if a piece of code does not support the use case I have. I agree with pro-private people that it is important to have a good API design and to…