Tagged Questions

7
votes
15answers
289 views

Goals of refactoring?

What are the goals of refactoring code? Is it only to enhance the code structure? Is it to pave the way for future changes?
6
votes
7answers
2k views

What are the benefits of using C# vs F# or F# vs c#?

I work for a tech company that does more prototyping than product shipment. I just got asked what's the difference between C# and F#, why did MS create F# and what scenarios would …
4
votes
4answers
303 views

What is the benefit to limiting throws allowed by a C++ function?

What is the benefit of declaring the possible exception-throws from a C++ function? In other words, what does adding the keyword throw() actually do? I've read that a function dec …
3
votes
8answers
226 views

Best case to move to an agile development methodology?

If you had to make a case to a business about adopting or moving to an agile development methodology (like SCRUM or XP etc) what case would you make (how do you sell the concept)? …
1
vote
6answers
96 views

Benefits the Win32 API has over .NET

This is a rephrase of an earlier question, which got chopped down badly by the community. Fair enough, it might have been too argumentative. Since I'm really interested in what pe …
1
vote
4answers
104 views

SQL Server Foreign Key constraint benefits

We're designing a database in which I need to consider some FK(foreign key) constraints. But it is not limited to formal structuring and normalization. We go for it only …
1
vote
9answers
243 views

Benefits to using a database table instead of just hard coding a simple list of data if the data is consumed by 1 app.

For a while, I've been told by a number of people that a listing of U.S. States (and territories) should be stored in a database table and cached for applications that use the info …
1
vote
3answers
197 views

FxCop is it as valuable on VB.NET as it is on C#

I have been looking at a few of our VB.NET dll's using FxCop and all of the errors relate to DLL setup (i.e. Strong Names, Culture Info) and the case of Variables methods. Lookin …
1
vote
2answers
260 views

Does using the Specification Pattern truly reduce complexity in your code?

From my reading, it appears that the Specification Pattern can greatly reduce the reduce the number of methods needed to filter data. What benefits have you seen using the Specifi …
0
votes
2answers
75 views

Is the ol’ Win32 API on its way to the grave? [closed]

Or has it any means of competing with .NET if we look 3-5 years into the future? And lets leave the "legacy maintenance" argument out, since we should focus on benefits rather tha …
0
votes
5answers
207 views

Typical Internship Relocation Package

As someone who was recently offered an internship at a large international company, I'm wondering what the typical benefits package for a relocating intern is? Are relocation packa …