ended3월 25일· 1 sources
Your /Models folder is lying to you
당신의 /Models 폴더가 거짓말을 하고 있다
Why it matters
The article argues that the common practice of placing all data classes into a single Models/ folder in .NET projects obscures scope, ownership, and lifetime of those classes. It categorizes POCOs into four roles—private internals, feature-scoped contracts, genuinely shared models, and sub-components—and advocates treating internal models like private functions by nesting them inside the services that use them.
1
Sources
+0
24h
—
Growth
169d
Active
POCOClean Architecture.NETModels foldercode organization