Commit 01105dd
authored
π [Docs]: Coding standards put reuse before building (and .NET when you build) (#18)
The coding standards now make the reuse decision explicit: before
writing new logic, reach for what already exists β a language or runtime
built-in, then an existing function, then a trusted dependency β and
build it yourself only when nothing fits. The PowerShell idiom's ".NET"
guidance is reframed to fit that order: .NET is what you reach for when
you _implement_ the work (or fix a slow internal function), not the
first resort ahead of reusing a cmdlet or an existing function.
> 1 parent 81edaa6 commit 01105dd
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments