Hacker News new | ask | show | jobs
by frant-hartm 844 days ago
Same here. I am so used to

  /**
   *
   */
that I find this visually off-putting. Almost as much the string interpolation in string templates.

  /***
would be much better.

Also /// will be read as a comment with a line starting with a slash until the tooling is updated.

1 comments

Just for note, C# also does 3 slashes, so there is prior art.
Ah perhaps that’s where it came from. I’ve never done C# so I didn’t know that.

Thanks.

Interesting, Dart and D also support that syntax.