Tagged Questions
4
votes
2answers
227 views
Decoupling Threads
It's not uncommon to hear of decoupling the UI from program logic, or database design/access from program logic...or even program logic from itself.
However, I've never heard of an approach to ...