Update README.md

master^2
_xeroxz 3 years ago
parent 514b20c4a1
commit 6715acb199

@ -6,10 +6,7 @@ Stage One, or "S1" for short is the first stage in LLO. This stage deconstructs
The term "dctor" is typically refered to class deconstructors, however in the usage in this proposal it refers to file format deconstruction. I went with the "strategy pattern" with my file format deconstruction.
```
In computer programming, the strategy pattern is a behavioral software design pattern that enables selecting an algorithm at runtime. Instead of implementing a single algorithm directly, code receives run-time instructions as to which in a family of algorithms to use.
*"In computer programming, the strategy pattern is a behavioral software design pattern that enables selecting an algorithm at runtime. Instead of implementing a single algorithm directly, code receives run-time instructions as to which in a family of algorithms to use.*
- https://en.wikipedia.org/wiki/Strategy_pattern
```
This is ideal for deconstruction algorithms as there can be different files to deconstruct and thus different algorithms must run.

Loading…
Cancel
Save