Click here to Skip to main content
15,889,867 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCOM Servers exe in .NET [modified] Pin
Radhakrishnan G.2-Nov-10 2:39
Radhakrishnan G.2-Nov-10 2:39 
AnswerRe: COM Servers exe in .NET Pin
Manfred Rudolf Bihy2-Nov-10 4:05
professionalManfred Rudolf Bihy2-Nov-10 4:05 
GeneralRe: COM Servers exe in .NET Pin
Radhakrishnan G.2-Nov-10 5:21
Radhakrishnan G.2-Nov-10 5:21 
Question500-inernal server error Pin
Davood Riazi30-Oct-10 21:38
Davood Riazi30-Oct-10 21:38 
AnswerRe: 500-inernal server error Pin
Abhinav S31-Oct-10 0:01
Abhinav S31-Oct-10 0:01 
AnswerREPOST Pin
Not Active31-Oct-10 4:18
mentorNot Active31-Oct-10 4:18 
AnswerRe: 500-inernal server error Pin
RaviRanjanKr8-Nov-10 17:39
professionalRaviRanjanKr8-Nov-10 17:39 
QuestionCoding styles Pin
Member 448708329-Oct-10 8:57
Member 448708329-Oct-10 8:57 
I often work with smelly code. One of the things that really stands out to me in the smelly code is long functions/methods. A method will often span many screens and I find it very difficult to follow.

My code used to be like this... when I was at school. I used to think I was a very good coder because I could write long and complex methods. These days I haven't really got the patience for it. Why should I have to work with this code?

Coding for me these days is more like a piece of art or a story. My methods tend to be very small, sometimes one or two lines. I do wonder whether I have lost some of my ability to work with long methods. Is working with bad code a skill that needs practicing?

How would other people see my code? My coding style is very unique compared to what other people on my team do. Although it looks good to me will they find it difficult to work with? Will it be hard to understand if people have never seen this style before?

When I'm changing code I also like to improve (IMO) it, I will use the 'extract method' feature in places to make it more readable. What will people think of this though? They may think I am spoiling 'thier' code.
AnswerRe: Coding styles PinPopular
Not Active29-Oct-10 9:00
mentorNot Active29-Oct-10 9:00 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 9:08
Member 448708329-Oct-10 9:08 
AnswerRe: Coding styles Pin
Pete O'Hanlon29-Oct-10 10:00
mvePete O'Hanlon29-Oct-10 10:00 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 22:49
Member 448708329-Oct-10 22:49 
AnswerRe: Coding styles Pin
_Erik_29-Oct-10 10:06
_Erik_29-Oct-10 10:06 
AnswerRe: Coding styles Pin
Dave Kreskowiak29-Oct-10 10:25
mveDave Kreskowiak29-Oct-10 10:25 
AnswerRe: Coding styles Pin
T M Gray29-Oct-10 11:07
T M Gray29-Oct-10 11:07 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 23:10
Member 448708329-Oct-10 23:10 
GeneralRe: Coding styles Pin
T M Gray2-Nov-10 4:39
T M Gray2-Nov-10 4:39 
GeneralRe: Coding styles Pin
Member 44870832-Nov-10 7:53
Member 44870832-Nov-10 7:53 
GeneralRe: Coding styles Pin
Pete O'Hanlon2-Nov-10 8:04
mvePete O'Hanlon2-Nov-10 8:04 
GeneralRe: Coding styles Pin
Member 44870832-Nov-10 8:51
Member 44870832-Nov-10 8:51 
GeneralRe: Coding styles Pin
Pete O'Hanlon2-Nov-10 12:06
mvePete O'Hanlon2-Nov-10 12:06 
AnswerRe: Coding styles Pin
PIEBALDconsult29-Oct-10 16:34
mvePIEBALDconsult29-Oct-10 16:34 
GeneralRe: Coding styles Pin
Member 448708329-Oct-10 23:12
Member 448708329-Oct-10 23:12 
GeneralRe: Coding styles Pin
PIEBALDconsult31-Oct-10 4:27
mvePIEBALDconsult31-Oct-10 4:27 
GeneralRe: Coding styles Pin
Member 44870832-Nov-10 7:39
Member 44870832-Nov-10 7:39 

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.