Vb Coding Standards

VB.NETで堅牢・高品質なコードを記述するための標準。Class/Structure ベースの値オブジェクト(record 非対応のため手書き Equals/GetHashCode)、Option Strict On、Async/Await、関数型スタイルの LINQ、Memory(Of T)/ArrayPool(Of T) による低アロケーションパターン、ベストプラクティスな API 設計パターンを中心に解説する。なお Span(Of T)/ReadOnlySpan(Of T) は BC30668 のため VB.NET では使用不可(ローカル変数・シグネチャともに不可)。

oreguchi 6650188 5 files · 89.6 KB Updated

File contents

oreguchi/vb-winforms-skills/tree/main/skills/vb-coding-standards commit 6650188eda

Frequently asked questions

npx skillmds@latest add oreguchi/vb-coding-standards