スポンサーリンク

C#でclassやstructのprivateなメンバ変数にprivateをつけて宣言すべきか

Public Service Announcement – Miguel de Icaza

In C# the defaut access level for members in classes and structs is "private".

There is no need to pepper the source code with "private" everywhere. It only introduces noise and makes your code more difficult to read.

Posted by Miguel de Icaza on 28 Sep 2008

うざったいからつけるなと。なんかこれまた宗教論争を呼び起こしそうな。。

個人的にはprivateはつける派なので、イヤイヤミゲルさんって感じなんですけど。

なんかどっかで論争でもあったのかな。

コメント

タイトルとURLをコピーしました