Search Results

2
votes

When do transactions become more of a burden than a benefit?

The use of shared resources is wrong in the long run. Because by reusing an existing environment you are creating more and more possibilities. Just review the busy beavers :) The way Erlang goes is …
0
votes

Do roles/views belong inside or outside of the Repository Pattern?

After designing some products with an extra data access layer, I would say: Design it with the functional dependencies in mind! Suppose you have the following very common structure for the …