Has anybody published any C# 4 coding standards / guidelines / style guides?

后端 未结 3 763
南方客
南方客 2021-02-05 10:19

I\'m aware of a number of coding standards and guidelines for C# 2 and C# 3 but am looking for some which have been written with C# 4 in mind.

3条回答
  •  粉色の甜心
    2021-02-05 10:54

    I have found recently this article about code contracts in C# 4.0 which is part of C# in Depth, Second Edition book.

提交回复
热议问题