mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: Basic, non Vanilla related OOP question
Long delegation chain or scope chain optimization would be the name of the phenomenon you describe (at least that is what the C++ / JS guys call it). Even in C++, a chain such as objectA->objectB-… (View Post)2 -
Re: Coding Standards
The way I understood peregrine is that due to limited or non-instant feedback to community contributions in general, the group of people who gain a deep enough understanding to be able to contribute … (View Post)2 -
Re: Let's finally remove magic quotes from Vanilla!
Made a pull request: https://github.com/vanilla/vanilla/pull/2956 (View Post)2 -
Coding Standards
Can we get a new http://vanillaforums.org/page/StandardsAndPractices ? Looking at library/core doesn't help much, I found a mixture of: $_ProtectedVariable$ProtectedVariable$protectedVariable$Variabl… (View Post)2 -
Re: Coding Standards
@Bleistivt: I found it via Google search. @Linc: Thanks @peregrine: I agree, some old docs are still relevant and more comprehensive. Still, I couldn't bring myself to contribute to the new docs yet.… (View Post)1