You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.bestpractices.dev/projects/13151)
@@ -21,8 +22,8 @@ Curated Java reference implementations for deterministic algorithms and stateful
21
22
22
23
| Component | Engineering problem | What it demonstrates |
23
24
| --- | --- | --- |
24
-
|[Transaction validation](src/main/java/transactions)| Ordered, stateful operations; cascading invalidation; balance and overflow boundaries | Deterministic state transitions, immutable results, integration scenarios|
25
-
|[Algorithm utilities](src/main/java/algorithms)| Boundary conditions, complexity, stream and file I/O | Deterministic APIs, explicit complexity tradeoffs, edge cases, and property-based invariants|
25
+
|[Transaction validation](src/main/java/transactions)| Ordered, stateful operations; cascading invalidation; balance and overflow boundaries | Deterministic state transitions, immutable results, integration and property-based tests|
26
+
|[Algorithm utilities](src/main/java/algorithms)| Boundary conditions, complexity, stream and file I/O | Deterministic APIs, explicit complexity tradeoffs, and edge cases|
26
27
|[Parsing / validation](src/main/java/common/SafeParse.java)| Malformed numeric and text input | Explicit contracts, preserved exception causality, unit tests, and static analysis |
27
28
28
29
This is an engineering demonstration repository, not a commercial product. Implementations are selected to make code quality, test strategy, and the development process directly reviewable.
[](https://www.bestpractices.dev/projects/13151)
@@ -21,8 +22,8 @@ Curated Java reference implementations for deterministic algorithms and stateful
21
22
22
23
| Компонент | Инженерная задача | Что демонстрирует |
23
24
| --- | --- | --- |
24
-
|[Transaction validation](src/main/java/transactions)| Порядок и состояние операций, каскадная невалидность, баланс и переполнение | Детерминированные переходы состояния, неизменяемый результат, интеграционные сценарии|
25
-
|[Algorithm utilities](src/main/java/algorithms)| Граничные условия, сложность, поточный и файловый ввод-вывод | Детерминированные API, явные компромиссы по сложности, edge cases и property-based инварианты|
25
+
|[Transaction validation](src/main/java/transactions)| Порядок и состояние операций, каскадная невалидность, баланс и переполнение | Детерминированные переходы состояния, неизменяемый результат, интеграционные и property-based тесты|
26
+
|[Algorithm utilities](src/main/java/algorithms)| Граничные условия, сложность, поточный и файловый ввод-вывод | Детерминированные API, явные компромиссы по сложности и edge cases|
26
27
|[Parsing / validation](src/main/java/common/SafeParse.java)| Некорректный числовой и текстовый ввод | Явные контракты, сохранение причины исключения, unit-тесты и статический анализ |
27
28
28
29
Это демонстрационный инженерный репозиторий, а не коммерческий продукт. Реализации отобраны так, чтобы на ревью были видны качество кода, тестовая стратегия и воспроизводимый процесс разработки.
0 commit comments