Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Java coding standard: standardize multi-line comment style #67

Open
damithc opened this issue Feb 21, 2017 · 0 comments
Open

Java coding standard: standardize multi-line comment style #67

damithc opened this issue Feb 21, 2017 · 0 comments

Comments

@damithc
Copy link
Contributor

damithc commented Feb 21, 2017

According to this, (a) is preferred over (b).

a.

// some multiline 
// non-doc comment

b.

/* some multiline 
 * non-doc comment
 */

To be researched further before finalizing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant