General discussion about LÖVE, Lua, game development, puns, and unicorns.
-
Gunroar:Cannon()
- Party member
- Posts: 140
- Joined: Thu Dec 10, 2020 1:57 am
Post
by Gunroar:Cannon() » Tue Dec 15, 2020 8:46 am
Does my signature seem stupid or does it actually make sense. I can't tell my self , just made it on a whim. Just in case I change it this is it:
Code: Select all
function Gunroar:Cannon()
for x, enemy in ipairs(self.allEnemies) do
self:Cannon(enemy)
end
end
Code: Select all
Lua Error: [file Gunroar.lua]:18: C stack overflow
me: I don't always code but when I do it's done flawlessly.
also me:
Code: Select all
function Gunroar:Cannon()
for x, enemy in ipairs(self.allEnemies) do
self:Cannon(enemy)
end
end
Code: Select all
Lua Error: [file Gunroar.lua]:18: C stack overflow
-
ReFreezed
- Party member
- Posts: 212
- Joined: Sun Oct 25, 2015 11:32 pm
- Location: Sweden
-
Contact:
Post
by ReFreezed » Tue Dec 15, 2020 2:01 pm
I had a tiny chuckle when reading it. Can't quite explain why.
Edit: Actually, I'll say that the signature is pretty long. It's a bit hard to differentiate it from the actual post.
-
Gunroar:Cannon()
- Party member
- Posts: 140
- Joined: Thu Dec 10, 2020 1:57 am
Post
by Gunroar:Cannon() » Tue Dec 15, 2020 3:13 pm
ReFreezed wrote: ↑Tue Dec 15, 2020 2:01 pm
I had a tiny chuckle when reading it. Can't quite explain why.
Edit: Actually, I'll say that the signature is pretty long. It's a bit hard to differentiate it from the actual post.
Thnx for you're reply, I like the phrase in yours. I already shortened it as best as I could so I guess it will have to do

. If anyone else still has a comment to make I'd appreciate it.
Edit: I shortened it by 2 lines

.
Last edited by
Gunroar:Cannon() on Tue Dec 15, 2020 3:37 pm, edited 1 time in total.
me: I don't always code but when I do it's done flawlessly.
also me:
Code: Select all
function Gunroar:Cannon()
for x, enemy in ipairs(self.allEnemies) do
self:Cannon(enemy)
end
end
Code: Select all
Lua Error: [file Gunroar.lua]:18: C stack overflow
-
ChicoGameDev
- Citizen
- Posts: 62
- Joined: Thu Feb 14, 2019 6:02 pm
- Location: Switzerland
-
Contact:
Post
by ChicoGameDev » Tue Dec 15, 2020 3:31 pm
Hi,
I agree with ReFreezed, it really blend too easy with the post. If you put code in your post the signature will not stand out. Maybe adding something on top or avoid the "code" display and put plain text.
I admit I would be a bit irritated if I try reading a piece of code and my eyes would constantly read the same lines remembering too late that those are a signature. Just to be honest
You'll find a good balance for sure
Welcome on the forums tho !
Regards,
-
Gunroar:Cannon()
- Party member
- Posts: 140
- Joined: Thu Dec 10, 2020 1:57 am
Post
by Gunroar:Cannon() » Tue Dec 15, 2020 11:26 pm
Thnxxxx for the advice. I changed it. More comments !!! Is it lame ,is it good ,is it still confusing?? Yes! More comments more energy.
me: I don't always code but when I do it's done flawlessly.
also me:
Code: Select all
function Gunroar:Cannon()
for x, enemy in ipairs(self.allEnemies) do
self:Cannon(enemy)
end
end
Code: Select all
Lua Error: [file Gunroar.lua]:18: C stack overflow
Users browsing this forum: No registered users and 28 guests