awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesModularization and Architecture

Frameworks for organizing code into reusable, composable modules.

Explore 7 awesome GitHub repositories matching part of an awesome list · Modularization and Architecture. Refine with filters or upvote what's useful.

Awesome Modularization and Architecture GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • getify/functional-light-jsAvatar getify

    getify/Functional-Light-JS

    16,763Vezi pe GitHub↗

    Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within JavaScript applications. It serves as a toolkit for declarative data processing, immutable data management, and the construction of complex logic through higher-order functions. The library focuses on a pragmatic implementation of functional programming, providing utilities for curried argument application and function composition. It emphasizes the use of pure functions to calculate state updates and manage application data without side effects. The project covers broad capabi

    Structures applications through higher-order functions and closures to improve modularity and testability.

    JavaScript
    Vezi pe GitHub↗16,763
  • klmr/boxAvatar klmr

    klmr/box

    967Vezi pe GitHub↗

    Get started[] Documentation[] Contributing[] Frequently asked questionsFAQ

    Hierarchical module system for reusable code.

    R
    Vezi pe GitHub↗967
  • novartis/tidymodulesAvatar Novartis

    Novartis/tidymodules

    145Vezi pe GitHub↗

    status](https://github.com/Novartis/tidymodules/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/Novartis/tidymodules/actions)

    Object-oriented approach to application modules.

    R
    Vezi pe GitHub↗145
  • strboul/supremeAvatar strboul

    strboul/supreme

    59Vezi pe GitHub↗

    status](https://travis-ci.org/strboul/supreme.svg?branch=master)](https://travis-ci.org/strboul/supreme) status](https://ci.appveyor.com/api/projects/status/github/strboul/supreme?branch=master&svg=true)](https://ci.appveyor.com/project/strboul/supreme)…

    Structure and organize modular application code.

    R
    Vezi pe GitHub↗59
  • devopifex/componentAvatar devOpifex

    devOpifex/component

    29Vezi pe GitHub↗

    Creating components for shiny inspired by Vue

    Create UI components inspired by modern frameworks.

    R
    Vezi pe GitHub↗29
  • johncoene/packerJ

    JohnCoene/packer

    0Vezi pe GitHub↗

    Website | Installation | Get Started | Book

    Framework for integrating JavaScript assets into R projects.

    Vezi pe GitHub↗0
  • the-y-company/manyT

    the-y-company/many

    0Vezi pe GitHub↗

    Use many directories to build R packages.

    Manage multiple directories for package development.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Modularization and Architecture

Explorează sub-etichetele

  • Functional ModularityOrganizing software into reusable modules using higher-order functions and closures. **Distinct from Modularization and Architecture:** Focuses on logic-level modularity via closures and HOFs rather than bundle-size optimization or plugin architectures.