|
|
|
|
|
by collyw
3690 days ago
|
|
In my experience, keep the logic in / close to the data model and the application code becomes very clean and easy. If you have a crap data model, then lots of implicit rules start appearing at the application level, bugs start to appear and no one knows exactly what the application should be doing, as all the rules are tied up in some crappy crufty code. Like Linus said, bed programmers worry about the code, good programmers worry about the data and its relationships (or something to that effect). |
|