-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Gorzala
committed
Dec 24, 2023
1 parent
31e1cfd
commit 0842e70
Showing
4 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...t/documentation/arc42/images/ArchitectureCommunicationCanvas-Dancier.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
src/main/jbake/content/documentation/arc42/images/deployment.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...ain/jbake/content/documentation/arc42/images/whitebox-overall-system.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion
13
src/main/jbake/content/documentation/arc42/src/08_concepts.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
[[section-concepts]] | ||
== Cross-cutting Concepts | ||
|
||
Nothing yet... | ||
=== Handling of Timestamps | ||
|
||
* UTC in all Persistence Technologie | ||
* Storage without Timezone | ||
* Expose Timestamp in Formats with given (UTC)-Timezone | ||
|
||
=== Inverting the test-pyramid | ||
|
||
* Relying more on End2End-Test (what means more like System Tests) | ||
* Unit and Integration Test only for that parts with lots of branches in the code | ||
|
||
|