
Oleg wrote:Another issue: are new functions required to not use globals and instead have them dependency injected?

nickvergessen wrote:Oleg wrote:Another issue: are new functions required to not use globals and instead have them dependency injected?
I don't really like this one. We have globals everywhere in the code base. And I prefer it much more than having 6+ additional parameters on a function.

nickvergessen wrote:Oleg wrote:Another issue: are new functions required to not use globals and instead have them dependency injected?
I don't really like this one. We have globals everywhere in the code base. And I prefer it much more than having 6+ additional parameters on a function.

igorw wrote:I don't think we should be so strict about commit messages. It really slows down development. Having meaningful messages is important, but things like capitalization, spelling and too long lines really shouldn't require rebases every time.


igorw wrote:The file header still needs to be adjusted. Currently it is:
- Code: Select all
/**
*
* @package {PACKAGENAME}
* @version $Id: $
* @copyright (c) 2007 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
I'd suggest something among the lines of:
- Code: Select all
/**
*
* @package {PACKAGENAME}
* @copyright (c) 2010 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
*
*/
This should only apply to files new to the develop (ascraeus) branch.


Return to [3.1/Ascraeus] Merged RFCs
Users browsing this forum: No registered users and 5 guests