awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Immutable Data Patterns · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesImmutable Data Patterns

Architectural approaches that prioritize data integrity by returning new instances instead of modifying existing objects.

Distinguishing note: Focuses on the architectural pattern of immutability rather than specific data storage.

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

  1. Home
  2. Software Engineering & Architecture
  3. Immutable Data Patterns

Awesome Immutable Data Patterns GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • iamkun/dayjs

    iamkun/dayjs

    48,551View on GitHub↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    Wraps native date objects in new instances for every operation to ensure data integrity and prevent unintended side effects.

    JavaScriptdatedate-formattingdatetime
    48,551View on GitHub↗