Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiny-blocks/tiny-blocks

Project overview.
https://github.com/tiny-blocks/tiny-blocks

building-blocks ddd documentation hacktoberfest open-source tiny-blocks value-object

Last synced: 6 days ago
JSON representation

Project overview.

Awesome Lists containing this project

README

        



Tiny Blocks

# Tiny Blocks

[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)

## Overview

Before explaining the library's purpose, it is essential to present a summary of the concept on which it is based.

Building Blocks from **D**omain **D**riven **D**esign are different types of components. These components have the
function of highlighting some ideas, concepts, or business rules in a code. They are reusable software
components that provide functionality and behavior, facilitating generic workflows.

The purpose of this library is to facilitate the implementation of Building Blocks through granular and pluggable
implementations, which guarantee limits and behaviors.

## License

All code from the **Tiny Blocks** project is licensed under the [MIT](LICENSE) license.

## Contributing

Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to the project.

## Code of Conduct

This project and everyone participates in it is governed by the [code of conduct](CODE_OF_CONDUCT.md). By
participating, you are expected to uphold this code.