To use the 'I' prefix for interfaces or not to

前端 未结 20 1476
长情又很酷
长情又很酷 2021-02-01 02:54

That is the question? So how big a sin is it not to use this convention when developing a c# project? This convention is widely used in the .NET class library. However, I am not

20条回答
  •  长情又很酷
    2021-02-01 03:43

    I would say that not following this convention would get you down to .NET hell. It's a convention that's almost as important to me as using self in instance methods in Python.

提交回复
热议问题