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

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

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

1 مستودع

Awesome GitHub RepositoriesView Logic Delegation

Patterns for controllers that manage UI state while delegating domain operations to external services.

Distinct from View and Controller Implementation: Focuses on the delegation pattern to keep controllers lightweight, rather than the general process of implementing a view-controller pair.

Explore 1 awesome GitHub repository matching web development · View Logic Delegation. Refine with filters or upvote what's useful.

Awesome View Logic Delegation GitHub Repositories

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

    mgechev/angularjs-style-guide

    4,925عرض على GitHub↗

    This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS applications. It establishes a structural approach for separating business logic into injectable services and restricting document object model manipulation to directives. The guide provides a standardized framework for project organization through consistent naming conventions, directory hierarchies, and module structuring. It emphasizes the use of isolated scopes for component encapsulation and explicit array notation for dependency injection to ensure stability during code

    Defines a strict separation where view controllers handle UI logic and delegate business operations to services.

    عرض على GitHub↗4,925
  1. Home
  2. Web Development
  3. View and Controller Implementation
  4. View Logic Delegation