awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 repository-uri

Awesome GitHub RepositoriesObject Oriented Programming

Discussions on the principles, benefits, and limitations of object-oriented design.

Explore 11 awesome GitHub repositories matching part of an awesome list · Object Oriented Programming. Refine with filters or upvote what's useful.

Awesome Object Oriented Programming GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sindresorhus/awesomeAvatar sindresorhus

    sindresorhus/awesome

    476,211Vezi pe GitHub↗

    Acest proiect este un director întreținut de comunitate care servește drept index cuprinzător de instrumente software, framework-uri și materiale educaționale. Funcționează ca o bază de cunoștințe open-source, organizând diverse domenii de inginerie și resurse tehnice într-o taxonomie structurată pentru a ajuta dezvoltatorii să descopere conținut de înaltă calitate. Directorul se distinge printr-un model de peer-review descentralizat, unde contribuitori independenți curatoriază, verifică și actualizează intrările pentru a asigura acuratețea și relevanța. Toate informațiile sunt stocate într-un format markdown de tip flat-file, controlat prin versiuni, ceea ce asigură independența față de platformă, transparența și auditabilitatea întregii colecții. Proiectul acoperă o suprafață vastă de capabilități, incluzând descoperirea resurselor tehnice, avansarea în cariera profesională și gestionarea cunoștințelor de dezvoltare software. Oferă acces la căi de învățare structurate, instrumente de infrastructură și securitate, utilitare de gestionare a datelor și resurse specializate pentru domenii variind de la sănătate la științe umaniste digitale. Repository-ul este menținut ca o colecție publică, controlată prin versiuni, permițând accesul programatic și actualizări bazate pe comunitate pentru datele sale structurate.

    Critiques and practical applications of object-oriented programming paradigms.

    awesomeawesome-listlists
    Vezi pe GitHub↗476,211
  • mqyqingfeng/blogAvatar mqyqingfeng

    mqyqingfeng/Blog

    31,108Vezi pe GitHub↗

    This project is a markdown technical blog and frontend development knowledge base. It serves as a technical documentation archive and a curated repository of educational content focused on JavaScript internals and modern web frameworks. The project functions as a code example repository and a technical knowledge base, storing deep-dive articles, tutorials, and translated versions of official software documentation. It also includes curated industry news and weekly digests of security events and tool releases. The system organizes technical content into thematic series and columns to create s

    Detailed analysis of prototype chains and inheritance.

    advancedblogjavascript
    Vezi pe GitHub↗31,108
  • devinvinson/wordpress-plugin-boilerplateAvatar DevinVinson

    DevinVinson/WordPress-Plugin-Boilerplate

    7,852Vezi pe GitHub↗

    The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like

    Builds maintainable WordPress plugins with separated admin, public, and shared logic following object-oriented patterns.

    PHP
    Vezi pe GitHub↗7,852
  • kikito/middleclassAvatar kikito

    kikito/middleclass

    1,913Vezi pe GitHub↗

    Object-orientation for Lua

    Robust OOP library with support for metamethods and mixins.

    Lua
    Vezi pe GitHub↗1,913
  • stone0090/javascript-lessonsAvatar stone0090

    stone0090/javascript-lessons

    1,688Vezi pe GitHub↗

    本课程之所以叫做《JavaScript 闯关记》,是因为部分章节精心设计了挑战关卡,通过提供更多的实战机会,让大家可以循序渐进地、有目的地、有挑战地开展学习。

    Lessons on JavaScript object models and prototypes.

    HTML
    Vezi pe GitHub↗1,688
  • toobug/javascript.patternsAvatar TooBug

    TooBug/javascript.patterns

    741Vezi pe GitHub↗

    JavaScript Patterns 中译本

    Best practices for code reuse and object patterns.

    Vezi pe GitHub↗741
  • yonaba/30logAvatar Yonaba

    Yonaba/30log

    485Vezi pe GitHub↗

    30 lines library for object orientation in Lua

    Minimalist OOP library for classes and inheritance.

    Lua
    Vezi pe GitHub↗485
  • lxj/javascript.patternsAvatar lxj

    lxj/javascript.patterns

    353Vezi pe GitHub↗

    javascript设计模式

    Collection of common JavaScript design patterns.

    Vezi pe GitHub↗353
  • saikojosh/object-assign-deepAvatar saikojosh

    saikojosh/Object-Assign-Deep

    70Vezi pe GitHub↗

    Like Object.assign(), but deeper.

    Utility for deep object merging and manipulation.

    JavaScript
    Vezi pe GitHub↗70
  • abiel1024/blogAvatar Abiel1024

    Abiel1024/blog

    8Vezi pe GitHub↗

    Abiel's blog

    Discussions on context binding and object-oriented patterns.

    JavaScript
    Vezi pe GitHub↗8
  • bigdots/blogAvatar bigdots

    bigdots/blog

    4Vezi pe GitHub↗

    个人博客

    Resources for understanding prototype-based inheritance.

    CSS
    Vezi pe GitHub↗4
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Object Oriented Programming

Explorează sub-etichetele

  • Plugin ArchitecturesObject-oriented patterns for building maintainable plugins with separated admin, public, and shared logic. **Distinct from Object Oriented Programming:** Distinct from Object Oriented Programming: specifically applies OOP to plugin architecture with concern separation.