Click here to Skip to main content
15,914,419 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Brady Kelly10-Feb-15 22:00
Brady Kelly10-Feb-15 22:00 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Alaric_11-Feb-15 6:17
professionalAlaric_11-Feb-15 6:17 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Mark_Wallace10-Feb-15 22:03
Mark_Wallace10-Feb-15 22:03 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
_Maxxx_10-Feb-15 22:47
professional_Maxxx_10-Feb-15 22:47 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
CDP180210-Feb-15 23:08
CDP180210-Feb-15 23:08 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Henry Skoglund10-Feb-15 23:39
Henry Skoglund10-Feb-15 23:39 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
_Maxxx_11-Feb-15 0:08
professional_Maxxx_11-Feb-15 0:08 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
CDP180211-Feb-15 2:29
CDP180211-Feb-15 2:29 
Personally, I lean strongly to the orderly layered object oriented world and really treat the database as a storage system which I abstract away by writing DAO classes with CRUD data access methods.

This is very DRY (no redundance) and also quite easy to stick to the single responsibility principle. Both help me to write applications with little trouble from the beginning and locate and fix errors if they still arise.

Beyond those very basic architectural principles, I think most conventions, rules, guidelines and principles are pointless. They tend to complicate things more than they actually help in any way.

Much less are they anything to start a holy war over. ORMs may do a lot for you, but also make you spend a lot of time learning to configure the ORM for the job at hand. Doing everything in stored procedures holds to many 'un's for me: Unreadable. Undebuggable. Unstructured. Unmaintainable.

I think it's best to find the (for you and your goals) optimal spot between all those worlds, build a clean prototype and then get your team behind you to get some paid work done with this.
The language is JavaScript. that of Mordor, which I will not utter here

This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.

"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."

GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
BillWoodruff11-Feb-15 1:18
professionalBillWoodruff11-Feb-15 1:18 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
JMK-NI10-Feb-15 23:40
professionalJMK-NI10-Feb-15 23:40 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Rahul Rajat Singh11-Feb-15 0:12
professionalRahul Rajat Singh11-Feb-15 0:12 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
RugbyLeague11-Feb-15 0:48
RugbyLeague11-Feb-15 0:48 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
BillWoodruff11-Feb-15 1:19
professionalBillWoodruff11-Feb-15 1:19 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
Andreas Mertens11-Feb-15 5:16
professionalAndreas Mertens11-Feb-15 5:16 
GeneralRe: I swear to God, Code First databases are the worst idea out of Redmond since the DataSet Pin
PIEBALDconsult11-Feb-15 8:39
mvePIEBALDconsult11-Feb-15 8:39 
Generalabout Orca installer editor? Pin
Southmountain10-Feb-15 16:13
Southmountain10-Feb-15 16:13 
GeneralRe: about Orca installer editor? PinPopular
Mark_Wallace10-Feb-15 16:46
Mark_Wallace10-Feb-15 16:46 
GeneralRe: about Orca installer editor? Pin
Mike Hankey10-Feb-15 18:44
mveMike Hankey10-Feb-15 18:44 
GeneralRe: about Orca installer editor? Pin
_Maxxx_10-Feb-15 19:31
professional_Maxxx_10-Feb-15 19:31 
GeneralRe: about Orca installer editor? Pin
Peter_in_278010-Feb-15 20:25
professionalPeter_in_278010-Feb-15 20:25 
GeneralRe: about Orca installer editor? Pin
_Maxxx_10-Feb-15 22:26
professional_Maxxx_10-Feb-15 22:26 
AnswerRe: about Orca installer editor? Pin
Super Lloyd10-Feb-15 17:16
Super Lloyd10-Feb-15 17:16 
GeneralRe: about Orca installer editor? Pin
Jacquers10-Feb-15 20:45
Jacquers10-Feb-15 20:45 
GeneralUh.. yeah... Pin
Brisingr Aerowing10-Feb-15 14:23
professionalBrisingr Aerowing10-Feb-15 14:23 
GeneralRe: Uh.. yeah... Pin
Mark_Wallace10-Feb-15 16:53
Mark_Wallace10-Feb-15 16:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.