aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 4bf2686f3523ef49725ce7763685929034a95720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# design patterns

## Building

```
make
```

## Applied design patters

- Observer
- Low binding factory
- Prototype
- Strategy
- Dependency injection
- vast meer!

## TODO

- [x] class Node
- [x] class CircuitFactory
- [x] class GateAnd
- [x] class GateNand
- [X] class GateNor
- [ ] class GateNot
- [x] class GateOr
- [ ] class GateXor
- [x] class Net
- [ ] class NodeInput
- [ ] class NodeOutput
- [x] class Parser
- [x] class Subject
- [x] enum SignalLevel
- [x] interface Observer