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


Lol, Jacob isn't good at coming up with file names. - noob007 - 05-07-2011

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.


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

I know, right.


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

Why would he want to do that? I mean, they are just files, we dont care about files ,we care about the game :p


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

But he will lose track of them if he continues this way.


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

Meh, he seems smart enough for me!


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

I didn't name them that way, the code optimizer/obfuscator does that.


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

Oh.


Why did you use an obfuscator?


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

(05-08-2011, 03:43 AM)noob007 Wrote: Oh.


Why did you use an obfuscator?

To stop people from modifying stuff after decompiling...


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

(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.



RE: Lol, Jacob isn't good at coming up with file names. - noob007 - 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.

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