Click here to Skip to main content
15,913,361 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: What does software engineering look like, in practical terms? Pin
Greg Lovekamp21-Jul-16 9:15
professionalGreg Lovekamp21-Jul-16 9:15 
GeneralRe: What does software engineering look like, in practical terms? Pin
Nelek21-Jul-16 21:40
protectorNelek21-Jul-16 21:40 
AnswerRe: What does software engineering look like, in practical terms? Pin
Marco Bertschi20-Jul-16 3:26
protectorMarco Bertschi20-Jul-16 3:26 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marc Clifton20-Jul-16 4:01
mvaMarc Clifton20-Jul-16 4:01 
GeneralRe: What does software engineering look like, in practical terms? Pin
Nelek20-Jul-16 4:19
protectorNelek20-Jul-16 4:19 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marco Bertschi20-Jul-16 20:23
protectorMarco Bertschi20-Jul-16 20:23 
GeneralRe: What does software engineering look like, in practical terms? Pin
Marco Bertschi20-Jul-16 20:34
protectorMarco Bertschi20-Jul-16 20:34 
AnswerRe: What does software engineering look like, in practical terms? Pin
HobbyProggy20-Jul-16 4:06
professionalHobbyProggy20-Jul-16 4:06 
Marc Clifton wrote:
how do you practice it in, well, practical terms?


Well basically as you list it up, i go from idea to the lowest block of work / module / codepart.
So i start with a big overall architecture, split it up into themed blocks and then reduce those further. I try to fit in patterns and stuff, according to what my product should achieve. Think about security and logging. Make plans and detail all the functions, generate tests and so on.

For example i have a big overall (ListOfCustomersProgram), this gets splited into business code (doing the work) dataCode (DBO/Models) and the UI (Usercontrols) and then i split those parts even futher. After connecting the parts i decide where to split into Frameworks / .dll and which parts i can modularize into separate projects.
This is just a small part of the whole engineering though Hmmm | :|

And that's engineering for me, at least kind of.


Marc Clifton wrote:
I'm also curious, for those with some level of college degree, did college teach you engineering skills, or did you learn them yourself or on the job?

We got the modules SoftwareEngineering 1 and 2 so actually i had 2 semesters on dealing with this things. But i can't remember everything we learned there Smile | :)
Rules for the FOSW ![^]
if(this.signature != "")
{
    MessageBox.Show("This is my signature: " + Environment.NewLine + signature);
}
else
{
    MessageBox.Show("404-Signature not found");
}

AnswerRe: What does software engineering look like, in practical terms? Pin
Vark11120-Jul-16 4:26
Vark11120-Jul-16 4:26 
GeneralRe: What does software engineering look like, in practical terms? Pin
den2k8820-Jul-16 4:34
professionalden2k8820-Jul-16 4:34 
AnswerRe: What does software engineering look like, in practical terms? Pin
jgakenhe20-Jul-16 4:48
professionaljgakenhe20-Jul-16 4:48 
AnswerRe: What does software engineering look like, in practical terms? Pin
patbob20-Jul-16 5:58
patbob20-Jul-16 5:58 
AnswerRe: What does software engineering look like, in practical terms? Pin
H.Brydon20-Jul-16 7:16
professionalH.Brydon20-Jul-16 7:16 
AnswerRe: What does software engineering look like, in practical terms? Pin
Mark_Wallace20-Jul-16 9:33
Mark_Wallace20-Jul-16 9:33 
AnswerRe: What does software engineering look like, in practical terms? Pin
Sumuj John20-Jul-16 12:52
professionalSumuj John20-Jul-16 12:52 
AnswerRe: What does software engineering look like, in practical terms? Pin
bryce20-Jul-16 18:10
bryce20-Jul-16 18:10 
AnswerRe: What does software engineering look like, in practical terms? Pin
Ri_20-Jul-16 21:18
Ri_20-Jul-16 21:18 
AnswerRe: What does software engineering look like, in practical terms? Pin
agolddog21-Jul-16 3:49
agolddog21-Jul-16 3:49 
AnswerRe: What does software engineering look like, in practical terms? Pin
Steve Naidamast21-Jul-16 3:53
professionalSteve Naidamast21-Jul-16 3:53 
AnswerRe: What does software engineering look like, in practical terms? Pin
carlospc197021-Jul-16 5:44
professionalcarlospc197021-Jul-16 5:44 
AnswerRe: What does software engineering look like, in practical terms? Pin
bkebamc21-Jul-16 6:41
bkebamc21-Jul-16 6:41 
AnswerRe: What does software engineering look like, in practical terms? Pin
Kirk 1038982121-Jul-16 9:30
Kirk 1038982121-Jul-16 9:30 
AnswerRe: What does software engineering look like, in practical terms? Pin
SeattleC++21-Jul-16 12:06
SeattleC++21-Jul-16 12:06 
AnswerRe: What does software engineering look like, in practical terms? Pin
mbb014-Aug-16 4:59
mbb014-Aug-16 4:59 
GeneralPoke what? Pin
Power Puff Boy20-Jul-16 0:40
Power Puff Boy20-Jul-16 0:40 

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.