Is there there supposed to be a space, between the eg. if and parentheses in statements?
Like:
if(something)
or:
if (something)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This kind of whitespace doesn’t matter. It’s up to personal preferences. Various open-source projects will usually define rules for code formatting, and you might want to if you’re working in a team, but if you’re working alone, just do whatever you like most.