Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is this an OOP Programme? Pin
Abhinav S11-Jun-12 23:33
Abhinav S11-Jun-12 23:33 
AnswerRe: Is this an OOP Programme? Pin
Pete O'Hanlon12-Jun-12 1:58
mvePete O'Hanlon12-Jun-12 1:58 
AnswerRe: Is this an OOP Programme? Pin
PIEBALDconsult12-Jun-12 3:40
mvePIEBALDconsult12-Jun-12 3:40 
GeneralMessage Removed Pin
12-Jun-12 4:39
professionalN_tro_P12-Jun-12 4:39 
GeneralRe: Is this an OOP Programme? Pin
nstk12-Jun-12 8:37
nstk12-Jun-12 8:37 
AnswerRe: Is this an OOP Programme? Pin
nstk12-Jun-12 8:34
nstk12-Jun-12 8:34 
GeneralRe: Is this an OOP Programme? Pin
harold aptroot12-Jun-12 8:48
harold aptroot12-Jun-12 8:48 
GeneralRe: Is this an OOP Programme? Pin
jschell12-Jun-12 9:13
jschell12-Jun-12 9:13 
nstk wrote:
I wrote this message because I wanted to get a feedback from the forum, since I
plan to write to my boss that this piece of code is worthless and should be
rewritten with a new concept.



Err..no.

You have some code that is unlikely to have an Object Oriented design.
That however doesn't make it "worthless".

If the code is being used in the business then it is far from "worthless".
If it isn't being used then it shouldn't be changed at all.

nstk wrote:
We always deal with a lot of bugs and problems, no one is completely sure of
what is happening, we have not a complete picture of the structure, we are
steadily debugging step by step hoping to find out what changed that variable at
the last moment(because any class can do that) and even the person who did
program it and recently made some changes, had to search for some unexpected new
errors that arose.


Now those are problems. And those are problems that OOP will NOT fix.

However there are other practices that if put into place MIGHT fix those problems. Those practices can be applied to a OO and structured app. In certain cases it might be easier to apply them to OO code. But not necessarily.

It might the case that the code is badly implemented and thus it is more cost effective to rewrite it. However based on the problems listed above a rewrite MUST insure that the same problems are not allowed to exist with the rewritten code.
GeneralC# Pin
Mahendra Kumar11-Jun-12 21:05
Mahendra Kumar11-Jun-12 21:05 
AnswerRe: C# Pin
OriginalGriff11-Jun-12 21:24
mveOriginalGriff11-Jun-12 21:24 
GeneralRe: C# Pin
Pete O'Hanlon11-Jun-12 21:34
mvePete O'Hanlon11-Jun-12 21:34 
AnswerRe: C# Pin
Abhinav S11-Jun-12 23:26
Abhinav S11-Jun-12 23:26 
QuestionHow to remove null value from Lambda expression or Array Pin
Member 871482911-Jun-12 9:26
Member 871482911-Jun-12 9:26 
AnswerRe: How to remove null value from Lambda expression or Array Pin
kevinnicol11-Jun-12 10:04
kevinnicol11-Jun-12 10:04 
GeneralRe: How to remove null value from Lambda expression or Array Pin
Member 871482911-Jun-12 10:48
Member 871482911-Jun-12 10:48 
GeneralRe: How to remove null value from Lambda expression or Array Pin
Pete O'Hanlon11-Jun-12 12:05
mvePete O'Hanlon11-Jun-12 12:05 
QuestionC# 2010 edit Pin
sc steinhayse11-Jun-12 6:58
sc steinhayse11-Jun-12 6:58 
AnswerRe: C# 2010 edit Pin
Dave Kreskowiak11-Jun-12 7:12
mveDave Kreskowiak11-Jun-12 7:12 
AnswerRe: C# 2010 edit Pin
OriginalGriff11-Jun-12 8:31
mveOriginalGriff11-Jun-12 8:31 
QuestionDesign surface inside other design surface Pin
redhatee200611-Jun-12 3:42
redhatee200611-Jun-12 3:42 
QuestionAm I doing this right..... Pin
glennPattonWork311-Jun-12 2:41
professionalglennPattonWork311-Jun-12 2:41 
AnswerRe: Am I doing this right..... Pin
PIEBALDconsult11-Jun-12 3:20
mvePIEBALDconsult11-Jun-12 3:20 
GeneralRe: Am I doing this right..... Pin
glennPattonWork311-Jun-12 3:31
professionalglennPattonWork311-Jun-12 3:31 
GeneralRe: Am I doing this right..... Pin
PIEBALDconsult11-Jun-12 4:12
mvePIEBALDconsult11-Jun-12 4:12 
GeneralRe: Am I doing this right..... Pin
glennPattonWork311-Jun-12 4:23
professionalglennPattonWork311-Jun-12 4:23 

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.