• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

















  • C# is a superb language, it’s a shame it’s not used more often for open source projects.

    The only argument people seem to have against it is that it’s maintained by Microsoft - which apparently is the worst thing imagineable. The reality is the Microsoft of today is very different to people’s pre-conceived image. They’ve done a fantastic job with C# and .NET.

    .NET has the best documentation of any language I’ve worked with, it makes life so much easier.


  • You should consider who your audience is, are they all CLI experts familiar with the difference in syntax? That seems unlikely.

    I’d always write documentation in a way that’s accessible to most users. The difference between $ and # syntax is highly esoteric.

    sudo on the other hand is familiar to almost everyone. It’s one of the first things mentioned in beginners guides.

    I wouldn’t even prefix your commands with $ as an experienced user is quite likely to include that when copying the command.

    A lot of people are citing the arch wiki as a standard that uses # but isn’t the entire meme around arch that its a notably complex system?