Click here to Skip to main content
15,905,607 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.

 
AnswerRe: Code First, do you like it? Pin
dietmar paul schoder10-Feb-16 21:38
professionaldietmar paul schoder10-Feb-16 21:38 
AnswerRe: Code First, do you like it? Pin
Quirkafleeg10-Feb-16 21:42
Quirkafleeg10-Feb-16 21:42 
AnswerRe: Code First, do you like it? Pin
boarderstu11-Feb-16 0:53
boarderstu11-Feb-16 0:53 
AnswerRe: Code First, do you like it? Pin
Member 1223953511-Feb-16 1:12
Member 1223953511-Feb-16 1:12 
AnswerRe: Code First, do you like it? Pin
Nathan Minier11-Feb-16 1:42
professionalNathan Minier11-Feb-16 1:42 
GeneralRe: Code First, do you like it? Pin
Slacker00711-Feb-16 2:17
professionalSlacker00711-Feb-16 2:17 
GeneralRe: Code First, do you like it? Pin
Nathan Minier11-Feb-16 2:27
professionalNathan Minier11-Feb-16 2:27 
AnswerRe: Code First, do you like it? Pin
Josh Go11-Feb-16 3:51
Josh Go11-Feb-16 3:51 
It's a step in the right direction. You should not be picking your database early on in the project, that's an architectural decision that could have a lasting impact, and cause lots of headaches. In my experience starting with the DB leads to poorly designed classes. Design/model the problem, then figure out how you want to store it. You should watch this video by Uncle Bob:

Robert C. Martin - Clean Architecture on Vimeo[^]

Basically, you want to focus on the business model/problem and defer a lot of these big architectual decisions until you get a good understanding of the problem.

Eventually you want to get to just a design/modeling phase, where you get the "business owners" and "technical owners" talking in one room, and hashing it out together. No code involved here, just whiteboard and lots of talking.
GeneralRe: Code First, do you like it? Pin
Slacker00711-Feb-16 6:01
professionalSlacker00711-Feb-16 6:01 
AnswerRe: Code First, do you like it? Pin
canoeman11-Feb-16 14:00
canoeman11-Feb-16 14:00 
AnswerRe: Code First, do you like it? Pin
rjemp11-Feb-16 17:00
rjemp11-Feb-16 17:00 
GeneralFOSW OTD - Feb 10, 2016 - We have a winner Pin
Brittle16189-Feb-16 22:14
Brittle16189-Feb-16 22:14 
GeneralRe: FOSW OTD - Feb 10, 2016 Pin
Jochen Arndt9-Feb-16 22:39
professionalJochen Arndt9-Feb-16 22:39 
GeneralRe: FOSW OTD - Feb 10, 2016 Pin
Brittle16189-Feb-16 22:49
Brittle16189-Feb-16 22:49 
GeneralRe: FOSW OTD - Feb 10, 2016 Pin
Jochen Arndt9-Feb-16 22:54
professionalJochen Arndt9-Feb-16 22:54 
GeneralRe: FOSW OTD - Feb 10, 2016 Pin
Brittle16189-Feb-16 23:06
Brittle16189-Feb-16 23:06 
GeneralRe: FOSW OTD - Feb 10, 2016 (Corrected number of characters) Pin
Kornfeld Eliyahu Peter9-Feb-16 22:53
professionalKornfeld Eliyahu Peter9-Feb-16 22:53 
GeneralRe: FOSW OTD - Feb 10, 2016 (Corrected number of characters) Pin
Brittle16189-Feb-16 23:05
Brittle16189-Feb-16 23:05 
GeneralRe: FOSW OTD - Feb 10, 2016 - Open this thread guys, You'll find flowers inside. (come on answer it, it is an easy one) Pin
Jochen Arndt9-Feb-16 23:56
professionalJochen Arndt9-Feb-16 23:56 
GeneralRe: FOSW OTD - Feb 10, 2016 - Open this thread guys, You'll find flowers inside. (come on answer it, it is an easy one) Pin
Brittle161810-Feb-16 0:00
Brittle161810-Feb-16 0:00 
GeneralRe: FOSW OTD - Feb 10, 2016 - Open this thread guys, You'll find flowers inside. (come on answer it, it is an easy one) Pin
OriginalGriff10-Feb-16 0:03
mveOriginalGriff10-Feb-16 0:03 
GeneralRe: FOSW OTD - Feb 10, 2016 - Open this thread guys, You'll find flowers inside. (come on answer it, it is an easy one) Pin
Brittle161810-Feb-16 0:14
Brittle161810-Feb-16 0:14 
GeneralCCC OTD 2016-02-10 (Corrected letter count) Pin
OriginalGriff9-Feb-16 22:07
mveOriginalGriff9-Feb-16 22:07 
GeneralRe: CCC OTD 2016-02-10 Pin
megaadam9-Feb-16 22:17
professionalmegaadam9-Feb-16 22:17 
GeneralRe: CCC OTD 2016-02-10 Pin
Herman<T>.Instance9-Feb-16 22:18
Herman<T>.Instance9-Feb-16 22:18 

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.