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

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

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

1 مستودع

Awesome GitHub RepositoriesAttribute Traits

Bundling shared attributes into reusable modules that can be mixed into objects during creation.

Distinct from Trait-Based Compositions: Applied to test object attributes for data variation rather than game object behavioral composition.

Explore 1 awesome GitHub repository matching software engineering & architecture · Attribute Traits. Refine with filters or upvote what's useful.

Awesome Attribute Traits GitHub Repositories

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

    thoughtbot/factory_bot

    8,176عرض على GitHub↗

    FactoryBot is a Ruby library for generating complex test objects and their associations, serving as a dynamic alternative to static fixture files. It provides a system for defining reusable data blueprints with default attributes and inheritance to produce consistent test records. The tool distinguishes itself through flexible instantiation strategies, allowing users to control whether objects are persisted to a database, built in memory, or created as stubs. It manages data uniqueness via a sequence generator for incremental values and uses traits to bundle shared attributes into reusable mo

    Bundles shared attributes into reusable traits that can be dynamically added to objects during instantiation.

    Rubyfactoriesfactory-botfactory-girl
    عرض على GitHub↗8,176
  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. Object-Oriented Foundations
  5. Object-Oriented Programming
  6. Behavior Customization
  7. Entity Behavior Modules
  8. Trait-Based Compositions
  9. Attribute Traits