Liam W in memoriam 1998-2020 Oct 1, 2013 #1 library/XenForo/Application.php Lines 501-503: PHP: // XenForo Class Proxy, in case you're wondering $proxyClass = 'XFCP_' . $dynamicClass; $namespaceEval = ''; Thanks, I was wondering
library/XenForo/Application.php Lines 501-503: PHP: // XenForo Class Proxy, in case you're wondering $proxyClass = 'XFCP_' . $dynamicClass; $namespaceEval = ''; Thanks, I was wondering
Adam Howard Well-known member Oct 1, 2013 #2 Liam W said: library/XenForo/Application.php Lines 501-503: PHP: // XenForo Class Proxy, in case you're wondering $proxyClass = 'XFCP_' . $dynamicClass; $namespaceEval = ''; Thanks, I was wondering Click to expand... Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where) // Don't touch this. Don't change this. Don't even think about it. You'll be sorry.
Liam W said: library/XenForo/Application.php Lines 501-503: PHP: // XenForo Class Proxy, in case you're wondering $proxyClass = 'XFCP_' . $dynamicClass; $namespaceEval = ''; Thanks, I was wondering Click to expand... Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where) // Don't touch this. Don't change this. Don't even think about it. You'll be sorry.
Gazhyde Well-known member Oct 1, 2013 #3 Quite a few years ago I found a comment in a batch file in one of our software upgrades that declared "Belt and braces time".
Quite a few years ago I found a comment in a batch file in one of our software upgrades that declared "Belt and braces time".
Liam W in memoriam 1998-2020 Oct 1, 2013 #4 Adam Howard said: Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where) // Don't touch this. Don't change this. Don't even think about it. You'll be sorry. Click to expand... On a free open source support system I'm using, there's something along the lines of this: // Function above all other functions. You break it, you fix it. This is a software that doesn't have a full addon system btw...
Adam Howard said: Developer notes can be interesting sometimes. My fav of all time (not here on XenForo, but else where) // Don't touch this. Don't change this. Don't even think about it. You'll be sorry. Click to expand... On a free open source support system I'm using, there's something along the lines of this: // Function above all other functions. You break it, you fix it. This is a software that doesn't have a full addon system btw...
Adam Howard Well-known member Oct 1, 2013 #5 The most funniest had to be // I do not remember what this does. I just know things break when we attempt to change or remove it. So lets not touch this. OK? Anyone want to guess which forum development had that?
The most funniest had to be // I do not remember what this does. I just know things break when we attempt to change or remove it. So lets not touch this. OK? Anyone want to guess which forum development had that?
P Paul B XenForo moderator Staff member Oct 1, 2013 #6 I once stumbled across the complete lyrics to Hard Day's Night by The Beatles. It was around 0400 during a major upgrade covering half a country so I wasn't sure if I was seeing things at first
I once stumbled across the complete lyrics to Hard Day's Night by The Beatles. It was around 0400 during a major upgrade covering half a country so I wasn't sure if I was seeing things at first
Mike Edge Well-known member Oct 1, 2013 #7 Back when I was a developer for TrinityCore we use to leave fun ones like //why blizzard why? Should skim though the repo for both some comment gems in the files and just dev notes when pushing to the repo.. https://github.com/TrinityCore/TrinityCore/
Back when I was a developer for TrinityCore we use to leave fun ones like //why blizzard why? Should skim though the repo for both some comment gems in the files and just dev notes when pushing to the repo.. https://github.com/TrinityCore/TrinityCore/