Posts by Joel • 61 points
1 post
-
6
votes2
answers137
viewsQ: Development in three layers
In a system developed in three layers, I must leave some consistency for the database or I must solve everything in the middle layer? Example: I have a user table, where the name should be unique.…