0
Відповідь надано
What is my pattern ?
Hi everyone,
Just finished this book along the Python examples. Was great.
However, I'm not sure what pattern is correct for my project:
- the goal of this project is to produce different pdf from the same data
- data for all document is centralized in a DB
- According to parameters given at start, the data is read
Служба підтримки клієнтів працює на UserEcho
Due to end of session the post is incomplete :
Hi everyone,
Just finished this book along the Python examples. Was great.
However, I'm not sure what pattern is correct for my project:
Here is a picture of the whole process.
So my question is what is the most appropriate design to implement the db to docs process while I found many of patterns could apply ?
Thanks
David
Hi David!
But what do you think?
Well there are many possibilities like template, Factory and Bridge
Do you have to apply any patterns at all? Or is it some kind of test that you're taking?
What do you mean ? I'm not sure to understand "do you have" ?
I mean why do you NEED to use a pattern at all? Implement the code without a pattern and then see whether applying a pattern would improve your code. This is the approach I usually take in real-life coding.
I ended up using the Strategy pattern in a similar situation.