1
#
modularity
Here are 227 public repositories matching this topic...
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Apr 8, 2022 - Swift
Project "History of JavaScript"
-
Updated
Sep 17, 2018 - JavaScript
Building modular, monolithic applications using Spring Boot
-
Updated
Mar 31, 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.
productivity
ioc
repository
dotnetcore
architecture
design-patterns
entity-framework-core
modularity
urf
webapi
odata
unitofwork
netstandard20
-
Updated
Feb 8, 2022 - C#
Recent Papers including Neural Symbolic Reasoning, Logical Reasoning, Visual Reasoning, planning and any other topics connecting deep learning and reasoning
-
Updated
Dec 26, 2020
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
awesome
uikit
architecture
awesome-list
modularity
unidirectional-data-flow
swiftui
unidirectional-dataflow
composable-architecture
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"
reinforcement-learning
deep-learning
modularity
locomotion
message-passing
generalization
decentralized-control
graph-neural-networks
emergent-communication
modular-control
-
Updated
Feb 11, 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
java
api
cqrs
spring
spring-boot
ddd
domain-driven-design
clean-architecture
hexagonal
modularity
axon-framework
monolith
axon
hexagonal-architecture
architecture-decision-records
api-first
axonframework
ddd-cqrs
architecture-decisions
-
Updated
Jul 11, 2021 - Java
[NeurIPS 2019] Code for the paper "Learning to Control Self-Assembling Morphologies: A Study of Generalization via Modularity"
reinforcement-learning
deep-learning
assembly
morphology
artificial-intelligence
modularity
compositionality
artificial-creatures
-
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.
android
kotlin
architecture
composition
modularity
unidirectional-data-flow
testability
android-compose
-
Updated
Jul 28, 2021 - Kotlin
simplest dependency injection
-
Updated
May 24, 2019 - JavaScript
A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
community
graph
clustering
community-detection
dataset
graph-cut
modularity
louvain
unsupervised-learning
propagation
graph-partitioning
label-propagation
graph-clustering
fast-greedy
randomized-algorithm
homophily
walktrap
probabilistic-clustering
-
Updated
Mar 2, 2022 - Python
MARA, world's first modular industrial robot arm, official repository
-
Updated
Sep 18, 2019 - C++
Newspeak is a live object-capability language in the Smalltalk tradition
-
Updated
Apr 1, 2022 - Smalltalk
Modular Material Admin + React: free dashboard theme built with MaterialUI + TypeScript | Pro Version
-
Updated
Apr 9, 2022 - TypeScript
A framework to build an event based, reactive architecture for swift iOS projects
swift
rxswift
listener
modularity
publish-subscribe
merlin
ios-architecture
event-driven-architecture
-
Updated
Apr 15, 2020 - Swift
Python script for command line control of HomeBridge (HomeKit)
python
linux
cli
home-automation
ios
command-line
homebridge
homebridge-plugin
python-script
homekit
modularity
lights
homebridge-interface
-
Updated
Apr 10, 2022 - Python
pablothedolphin
commented
Jan 16, 2020
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.