← Back to team overview

elementary-dev-community team mailing list archive

Coding Style - Parentheses and whitespace

 

I've been having this doubt ever since I joined the dev team:

1: printf ("Hello elementary devs\n");
2: printf("Hello elementary devs\n");

1: var my_object = new Class ();
2: var my_object = new Class();

Which one is the one we adapted, with or without a space precending
parentheses? Thanks.

-- 
David Gomes


Follow ups