modularity
Here are 242 public repositories matching this topic...
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Jul 7, 2022 - Swift
Project "History of JavaScript"
-
Updated
Sep 17, 2018 - JavaScript
Building modular, monolithic applications using Spring Boot
-
Updated
Jul 6, 2022 - Java
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
-
Updated
Feb 18, 2022 - Swift
Don't Fear the Profunctor Optics!
-
Updated
Jul 2, 2019 - Haskell
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight.
-
Updated
Jun 12, 2022 - C#
Recent Papers including Neural Symbolic Reasoning, Logical Reasoning, Visual Reasoning, planning and any other topics connecting deep learning and reasoning
-
Updated
May 30, 2022
Sample projects for my talk "Refactoring to a System of Systems"
-
Updated
Nov 29, 2021 - Java
Plugin Framework for Spring (PF4J - Spring Framework integration)
-
Updated
Mar 3, 2022 - Java
Mastering Android navigation
-
Updated
May 25, 2021 - Kotlin
Awesome list for The Composable Architecture
-
Updated
Sep 22, 2021
[ICML 2020] PyTorch Code for "One Policy to Control Them All: Shared Modular Policies for Agent-Agnostic Control"
-
Updated
Jun 22, 2022 - Jupyter Notebook
Laravel extension for building modular applications where modules are decoupled, re-usable and easily customizable
-
Updated
Mar 10, 2022 - PHP
Allows you to decouple your eloquent models from one another.
-
Updated
Feb 9, 2022 - PHP
Modular Monolith Java application with DDD
-
Updated
Jul 11, 2021 - Java
[NeurIPS 2019] Code for the paper "Learning to Control Self-Assembling Morphologies: A Study of Generalization via Modularity"
-
Updated
Dec 13, 2019 - Python
Companion for the Swift Composable Architecture. A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Apr 27, 2022 - Kotlin
simplest dependency injection
-
Updated
May 24, 2019 - JavaScript
Newspeak is a live object-capability language in the Smalltalk tradition
-
Updated
Jul 5, 2022 - Smalltalk
A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
-
Updated
Mar 2, 2022 - Python
MARA, world's first modular industrial robot arm, official repository
-
Updated
Sep 18, 2019 - C++
Modular Material Admin + React: free dashboard theme built with MaterialUI + TypeScript | Pro Version
-
Updated
Jun 1, 2022 - TypeScript
A framework to build an event based, reactive architecture for swift iOS projects
-
Updated
Apr 15, 2020 - Swift
Python script for command line control of HomeBridge (HomeKit)
-
Updated
Apr 18, 2022 - Python
Rip out the unnecessary code to clean up the API and be up to date with what Unity is capable of.
OSGi dynamics made easy - A Scala DSL to master OSGi dynamics
-
Updated
Dec 23, 2021 - Scala
Improve this page
Add a description, image, and links to the modularity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modularity topic, visit your repo's landing page and select "manage topics."


https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.