Topic: Minichan source code
+Anonymous A — 6 months ago #67,501
+Anonymous B — 6 months ago, 16 hours later[T] [B] #670,584
I hate how every file is 20 to 30 lines long. I code like a crack addict and put 2,000 lines in one file.
·Anonymous B — 6 months ago, 1 minute later, 16 hours after the original post[T] [B] #670,585
@previous (B)
…and then I’ll make 20 to 30 files like that.
·Anonymous B — 6 months ago, 10 minutes later, 16 hours after the original post[T] [B] #670,587
Is it built on top of mini board? Because otherwise it makes no sense.
+Anonymous C — 6 months ago, 5 hours later, 22 hours after the original post[T] [B] #670,614
Yummy source code cookies
+Anonymous D — 5 months ago, 1 month later, 1 month after the original post[T] [B] #673,589
var count var sum = 10;
var sum = 0;
while (count > 0)
{
sum = sum + count;
if (sum > 42) break;
count--;
}
alert (sum);
+Anonymous E — 4 months ago, 1 week later, 1 month after the original post[T] [B] #673,953

What do I do with the code now?
+Anonymous F — 4 months ago, 2 hours later, 1 month after the original post[T] [B] #673,965
@previous (E)
imbibe sprite