awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesIsolated Module Testing

Testing each module in isolation using compile-time infrastructure that avoids runtime bytecode generation.

Distinct from Modular Domain Applications: Distinct from Modular Domain Applications: focuses on the testing methodology for modular code, not the modular application structure itself.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Isolated Module Testing. Refine with filters or upvote what's useful.

Awesome Isolated Module Testing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • micronaut-projects/micronaut-coreالصورة الرمزية لـ micronaut-projects

    micronaut-projects/micronaut-core

    6,418عرض على GitHub↗

    Micronaut Application Framework

    Tests each module in isolation using compile-time infrastructure that avoids runtime bytecode generation.

    Javacloudnativegroovyjava
    عرض على GitHub↗6,418
  • happypoulp/redux-tutorialالصورة الرمزية لـ happypoulp

    happypoulp/redux-tutorial

    3,731عرض على GitHub↗

    This project is a Redux state management tutorial and frontend state architecture guide. It serves as an educational resource for learning how to centralize application data and maintain a consistent state across a user interface. The repository provides a collection of executable JavaScript state management examples. These samples allow for state experimentation by running isolated code to verify data flow patterns and store implementations. The content covers frontend data flow architecture, specifically focusing on unidirectional data flow, the use of pure function reducers, and action-ba

    Provides isolated JavaScript files that can be run independently to verify specific state management logic patterns.

    JavaScript
    عرض على GitHub↗3,731
  • evolutionary-architecture/evolutionary-architecture-by-exampleالصورة الرمزية لـ evolutionary-architecture

    evolutionary-architecture/evolutionary-architecture-by-example

    3,447عرض على GitHub↗

    يعمل هذا المشروع كمورد تعليمي شامل لتنفيذ المونوليثات المعيارية والخدمات المصغرة داخل بيئات .NET. يركز على تطبيق مبادئ التصميم الموجه بالمجال (domain-driven design) لإدارة منطق العمل المعقد، مما يوفر نهجاً منظماً لبناء أنظمة يمكن أن تتطور جنباً إلى جنب مع المتطلبات المتغيرة. يتم تعريف البنية بتركيزها على النمطية والحدود الواضحة، باستخدام شرائح رأسية وسياقات محدودة لتنظيم الكود حسب عملية العمل بدلاً من الطبقة التقنية. يتميز بإطار عمل ترحيل منهجي يسمح للمطورين بالانتقال من قاعدة كود متجانسة إلى خدمات مستقلة وموزعة. يتم تحقيق ذلك عن طريق استبدال الاتصال الداخلي بمراسلة قوية قائمة على الأحداث وضمان بقاء منطق المجال منفصلاً عن مخاوف الاستمرار والبنية التحتية. يغطي المشروع نطاقاً واسعاً من القدرات، بما في ذلك نمذجة المجال التكتيكية مع التجميعات والكيانات، واستراتيجيات الاختبار المؤتمتة باستخدام البنية التحتية المعبأة (containerized)، والحفاظ على سجلات القرارات المعمارية لتتبع تطور التصميم. كما يوفر أدوات لتنسيق التطوير المحلي والتحليل الثابت لفرض معايير الجودة عبر الوحدات المستقلة. يتم تنظيم المستودع كدليل عملي، يقدم منهجية خطوة بخطوة لتوسيع بنية البرمجيات بشكل تزايدي.

    Tests individual modules in isolation to enable targeted verification of business domains.

    C#architecturearchitecture-componentsarchitecture-decision-records
    عرض على GitHub↗3,447
  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Abstraction & Domain Modeling
  6. Domain-Driven Designs
  7. Modular Domain Applications
  8. Isolated Module Testing

استكشف الوسوم الفرعية

  • Execution ScriptsIndividual executable scripts used to verify logic in isolation. **Distinct from Isolated Module Testing:** Focuses on the execution of standalone scripts for verification rather than the compile-time infrastructure of module testing