20.07.2013, 17:26
No idea what else to call it.
Does anyone else write the brackets first then fill them in? Like so:
Then write the code between them? I ALWAYS do this, and I don't think I've EVER missed a bracket.
Does anyone else write the brackets first then fill them in? Like so:
pawn Code:
public SomeFunc()
{
for()
{
if()
{
}
}
}