Tagged Questions

29
votes
31answers
3k views

What Programming Book would you NOT recommend to Developers?

Like a lot of people on Stack Overflow I love to read books about programming, almost as much as I love to read the lists that people add onto their websites, Blog's and this very …
8
votes
18answers
1k views

most professional way to tell a developer they are no good

What is the most professional way to break it to a developer that they're not very good? I haven't been a developer for as long as some of the others out there. But I have alrea …
19
votes
24answers
980 views

How Do You Take Criticism?

I find taking criticism pretty painful. Does anyone have a good strategy for dealing with this? Edit: I can see this is going to be voted down, but I'm not going to delete it as a …
4
votes
18answers
355 views

What does it mean for an application to be bloated?

I myself have accused applications of being bloated, but is this really the problem with an application? Years ago I accused Microsoft of producing "bloated code" without myself a …
1
vote
5answers
352 views

Can you criticize this code?

I was wondering if anyone would be so kind as to look at this code I've written for practice. Besides a little php, c if my first language and I'm trying to teach myself. so pretty …
4
votes
4answers
178 views

Software Critique: Open Source Software

Where can I find critical analysis of OpenSource projects? ie: in-depth analysis of methods within the source, a comparison of projects with others, and performance metrics ... I …
1
vote
1answer
234 views

An analog of C++ FQA for C#

I have found C++ FQA Lite very edificatory and would like to read more criticism. Could you recommend me something similar but concerning C#, please? Thanks.