2 repositorios
Systems for verifying the integrity and correctness of object properties using predefined rules and annotations.
Distinct from Object Key Validation: Candidates focus on schema shape, keys, or runtime pointers, whereas this is general business object validation via annotations.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Object Validations. Refine with filters or upvote what's useful.
Util is a comprehensive development framework for .NET designed to implement layered architectures and domain driven design. It provides a toolkit of base classes and tools for building full stack applications, specifically focusing on the creation of backend admin frameworks and management interfaces. The project distinguishes itself through a boilerplate generator that produces the necessary types and classes to standardize repetitive architectural patterns. It also includes a micro-frontend orchestrator that enables the splitting of large frontend modules into independent projects for sepa
Provides a standardized validation method using data annotations and custom rules to check object integrity.
prop-types es un validador de objetos JavaScript y verificador de tipos en tiempo de ejecución. Sirve como una herramienta de desarrollo para verificar que las propiedades de los objetos coincidan con especificaciones predefinidas, utilizado principalmente para asegurar que los datos pasados a los componentes de React se alineen con los tipos esperados. La utilidad detecta inconsistencias de datos registrando advertencias en la consola cuando ocurren discrepancias, en lugar de lanzar excepciones. Emplea una caché de advertencias con estado para evitar registros duplicados y restringe la lógica de validación a entornos que no son de producción para evitar la sobrecarga de rendimiento en builds lanzados. El proyecto cubre la validación de datos mediante el recorrido recursivo de objetos y la coincidencia basada en especificaciones. También proporciona herramientas de desarrollo para restablecer el historial de advertencias durante los ciclos de prueba.
Provides a system for verifying the integrity and correctness of object properties using predefined rules.