The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.4.12 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.4.12 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5327 - File: inc/functions.php PHP 8.4.12 (Linux)
File Line Function
/inc/functions.php 5327 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(257) : eval()'d code PHP 8.4.12 (Linux)
File Line Function
/printthread.php(257) : eval()'d code 2 errorHandler->error
/printthread.php 257 eval
/printthread.php 117 printthread_multipage
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.4.12 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



2DWorlds Forums
Lol, Jacob isn't good at coming up with file names. - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: 2DWorlds Discussion (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=10)
+--- Thread: Lol, Jacob isn't good at coming up with file names. (/showthread.php?tid=4483)

Pages: 1 2


RE: Lol, Jacob isn't good at coming up with file names. - Login - 05-08-2011

(05-08-2011, 05:04 PM)noob007 Wrote:
(05-08-2011, 03:25 PM)Login Wrote:
(05-07-2011, 08:23 PM)noob007 Wrote: In the buildism folder, there are files named a.class, b.class, c.class and sometimes go all the way to z.class... Even folders are named a, b, c, etc.

Either come up with a better naming system, or don't separate your code into so many files. :p

That's a suggestion.
In my opinion, it doesn't matter how you name your files. a1.class b1.class and then b2.class it's quite simple and much faster to code.

Not when you don't know what's in each file.

But do you even know if he knows that? I'm pretty sure if he couldn't remember the names, he'd change them.


RE: Lol, Jacob isn't good at coming up with file names. - toast - 05-08-2011

(05-08-2011, 03:25 PM)Login Wrote:
(05-07-2011, 08:23 PM)noob007 Wrote: In the buildism folder, there are files named a.class, b.class, c.class and sometimes go all the way to z.class... Even folders are named a, b, c, etc.

Either come up with a better naming system, or don't separate your code into so many files. :p

That's a suggestion.
In my opinion, it doesn't matter how you name your files. a1.class b1.class and then b2.class it's quite simple and much faster to code.

It's actually not that much faster to code, and it makes things much more confusing while you're writing the code.