Quote:
Originally Posted by nffc
personally, i wouldnt recommend leaving the {}s out even for a single line. It can cause issues if someone decides to add other lines, and with nested if statements. Most tutorials I've read also recommend always using them.
|
If someone wants to add lines they can easily add them. It's just personal choice. Neither is better than the other.