|
|
|
|
|
by 0xmohit
3492 days ago
|
|
*average=*total/*count; /* compute the average */
^ begin comment end comment^
The guide recommends a space after the `/` operator. Does a pair of parenthesis (around the denominator) in such cases hurt that much?-- As an aside, I'd be interested to see their NodeJS Style Guide too. Any pointers? |
|