-
_From @davidmiller on November 25, 2014 17:43_
...In order to measure it's effectiveness.
_Copied from original issue: openhealthcare/ddd#28_
-
_From @davidmiller on November 3, 2014 15:18_
... for dynamic triggers
/cc @gabpoll @drcjar @michaeledwardmarks
_Copied from original issue: openhealthcare/ddd#24_
-
With Racket 6.6.0.5 (20160914-62f5b2c):
```
#lang scribble/manual
@defproc[(+ [x integer?] [y integer?]) integer?]{
AAA BBB CCC DDD EEE FFF GGG HHH III JJJ KKK LLL.}
```
Pressing Alt+Q with the cur…
-
-
Hey, I would like to write some examples and tutorials on how to use this great tool. Unfortunately, I am new to this, but I know that DDD and Clean Architecture is the way to go. Maybe a basic exampl…
-
cargo thinks the following dependencies are different although they are exactly the same:
```
[dependencies]
a = {git = "https://github.com/aaa/bbb"}
a = {git = "https://github.com/aaa/bbb.git"}…
-
**Describe the bug**
Abbreviations of the "ddd" format are presented incorrectly for Ukrainian localization.
`const locale = {
...
weekdaysShort: 'ндл_пнд_втр_срд_чтв_птн_сбт'.split('_'),
...`…
-
this is my root terragrunt.hcl
remote_state {
backend = "azurerm"
generate = {
path = "backend.tf"
if_exists = "overwrite_terragrunt"
}
config = {
resource_group_na…
-
Software Architecture:
* [x] NFR specification (aka QAS and constraints)
* [x] Architecture Overview Diagram
* [x] Logical Component Model/Diagram, Operational Model/Deployment Diagram
* Arch.…
-
Following the link to POCO's definition we see that they should include only props/fields and no methods. In this article we see that domain model classes should be POCOs. Isn't that the definition of…