Skip to main content
7 votes

Is it good practice to put service business logic based on audit trail?

It depends (but I guess for most real-world situations the answer is no, you risk to run into trouble). A general-purpose audit trail may collect data which, depending on the details, might be ...
Doc Brown's user avatar
  • 220k
3 votes
Accepted

Is it good practice to put service business logic based on audit trail?

No. The problem is the audit trail should never change once written. So lets say I have some business logic "Show the buy button if the customer has not bought previously" And when the customer ...
Ewan's user avatar
  • 84.4k
2 votes

How do I manage a development journal?

First, I suggest you reconsider the idea about having one 'journal' for the entire repository, regardless of branch. I do something similar for my larger projects (Release-Notes.md, many people also ...
Lewis Pringle's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible