Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
10answers
908 views

Why use lambda functions?

I can find lots of stuff showing me what a lambda function is, and how the syntax works and what not. But other than the "coolness factor" (I can make a function in middle a call to another function, ...
12
votes
16answers
599 views

From a Management POV: How much is a code review worth?

It's obvious to me that code reviews (peer reviews) improve the quality of the generated code. I've worked hand to hand in some code with some of my coworkers and, specially with some of them, code ...
11
votes
16answers
2k views

Developer Machine Justification

Looking for good techniques to justify "great than normal" machine for developers. The company I work for buys the same underpowered $500 dollar systems for everyone, and looking for ways to prove ...
5
votes
5answers
511 views

Overriding Object.Equals() instance method in C#; now Code Analysis / FxCop warning CA2218: “should also redefine GetHashCode”. Should I suppress this in my case?

I've got a complex class in my C# project on which I want to be able to do equality tests. It is not a trivial class; it contains a variety of scalar properties as well as references to other objects ...
2
votes
8answers
358 views

Justifications for a test/development server

At my current workplace, the production SQL server and web servers are also used as development and test servers. I've asked for dedicated servers, but been refused as I can't justify it to ...
1
vote
2answers
121 views

Given Java's limited implimentation of variable arguments, what benefit are they?

I'm coming from a C(++) background and my main interest in Java is Android development. To me this seems like an obvious question yet I haven't found it addressed anywhere (and I did search ...
1
vote
2answers
402 views

Book Reading Experience in WP7

I am trying to simulate the experience of reading a book in WP7. I basically have text I need to display in a textblock, enough to fill the page and allow the user to flip to the next page by swiping ...
1
vote
1answer
482 views

How can I justify labels when plotting “with labels” in Gnuplot?

The following plot command produces a bar chart, and above each bar the value is plotted as label, formatted with gprintf: plot "data.txt" using 6:1 index 0 notitle with boxes linestyle 1,\ ...
1
vote
3answers
114 views

Reasons for inconsistent VB.NET syntax?

Does anyone know if there's any particular reason that VB.NET construct syntax isn't consistent? For example: If ... End If Select ... End Select You'd assume it would be for... end for, while... ...
0
votes
2answers
73 views

Business Case for abandoning IE7 as the *developer's* browser?

I'm a software developer. The only browser I have at work is IE7. I don't have freedom to select my browser. I am constantly learning and researching things online and, of course, IE7 is a very ...
0
votes
1answer
104 views

How to, set-justification-full per line in emacs without messing up on return?

I have two problems in emacs. First. How do I set-justification-full for the whole document? I can do M-X set-justification-full for a region successfully, but I would like to make it work in the ...