Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

power-of-10-rules

يحتوي power-of-10-rules على 10 من skills المجمعة من TrevorEdris، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
0
محدث
2026-04-27
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

pow10-rule-01-control-flow
مطوّرو البرمجيات

NASA Power of 10 Rule 1 — Restrict control flow to simple constructs (no goto, setjmp/longjmp, recursion). Severity: blocker.

2026-04-27
pow10-rule-02-bounded-loops
مطوّرو البرمجيات

NASA Power of 10 Rule 2 — Every loop must have a statically determinable upper bound. Severity: blocker.

2026-04-27
pow10-rule-03-no-dynamic-memory
مطوّرو البرمجيات

NASA Power of 10 Rule 3 — No dynamic memory allocation after initialization. Severity: blocker.

2026-04-27
pow10-rule-04-short-functions
مطوّرو البرمجيات

NASA Power of 10 Rule 4 — Functions ≤60 lines (one printed page). Severity: high.

2026-04-27
pow10-rule-05-assertion-density
مطوّرو البرمجيات

NASA Power of 10 Rule 5 — Average ≥2 runtime assertions per function. Severity: high.

2026-04-27
pow10-rule-06-minimum-scope
محللو ضمان جودة البرمجيات والمختبرون

NASA Power of 10 Rule 6 — Declare data at smallest possible scope. Severity: medium.

2026-04-27
pow10-rule-07-check-return-values
محللو ضمان جودة البرمجيات والمختبرون

NASA Power of 10 Rule 7 — Check every non-void return value; validate every parameter. Severity: blocker.

2026-04-27
pow10-rule-08-limited-preprocessor
محللو ضمان جودة البرمجيات والمختبرون

NASA Power of 10 Rule 8 — Limit preprocessor + metaprogramming (no recursive macros, no reflection-for-control-flow). Severity: high.

2026-04-27
pow10-rule-09-restrict-pointers
محللو ضمان جودة البرمجيات والمختبرون

NASA Power of 10 Rule 9 — At most one level of dereferencing; no function pointers (analogues for non-C langs). Severity: blocker.

2026-04-27
pow10-rule-10-warnings-as-errors
محللو ضمان جودة البرمجيات والمختبرون

NASA Power of 10 Rule 10 — All warnings on; treat warnings as errors; second analyzer in CI. Severity: blocker.

2026-04-27