Tagged Questions

20
votes
12answers
1k views

Internationalization in your projects

How have you implement Internationalization (18n) in actual projects you've worked on? I took an interest in making software cross-cultural after I read the famous post by Joel, The Absolute Minimum …
16
votes
26answers
1k views

What constitutes beautiful code?

For anyone that is passionate about software development, I'm of the opinion that you should always strive to write beautiful code; however, is there a clear definition of what beautiful code really …
11
votes
21answers
1k views

Which is better: Ad hoc queries, or stored procedures?

Assuming you can't use Linq for whatever reason, is it a better practice to place your queries in stored procedures, or is it just as good a practice to execute ad hoc queries against the database …
8
votes
20answers
616 views

What would you write if you wanted to learn a new language?

I have found the easiest way to learn a new language is to write something in it. Usually this works best when I find myself having to write a fairly involved application for my job, however sometimes …
8
votes
19answers
1k views

What’s your favorite “abandoned rule”?

Like children, programmers are often given the information that they need for their profession in the form of inviolable "rules". Like children, we often follow these rules unflinchingly until one …
6
votes
13answers
459 views

Are bugs easier to produce in one language than in another?

Are some programming languages, by their nature, easier to write programs with less bugs in than others? For a fair comparison, assume that the programmer is considered "skilled" in that particular …
4
votes
4answers
783 views

How to receive http request in Delphi 7?

Hi, Which component is best to use for receiving HTTP requests in Delphi application?
4
votes
14answers
885 views

Database for ENORMOUS amounts of data?

Here, my boss, is asking me and the people at the office which Database engine could be the best for a very very huge amount of data. We have been discussing a while in the office and no conclusion …
4
votes
5answers
118 views

Flexibility in the project scope?

How flexible should a programmer be if a client requests requirements that is not in the project scope?
3
votes
5answers
623 views

C++ Arrays: conversion of contained type

What is the best way to convert a fixed length string array to a fixed lengh integer array in C++ ?
3
votes
6answers
233 views

Amazon Web Services

Is Amazon Web Services a realistic platform for Enterprise Development?
2
votes
9answers
263 views

Good Open Source Code to learn Web Programming

Hi can someone point me to some Good Open Source Code to learn Web Programming (Language doesn't matter). i'm looking for source code of web-applications not frameworks I'm not a beginner, I can …
2
votes
5answers
1k views

to use a library dll with LoadLibrary() method on C++

Can I use LoadLibrary method for to import a data of type struct?? excuse me for my English. thanks.
1
vote
4answers
238 views

Image processing: smart solution for converting superixel (128x128 pixel) coordinates needed

Hi, i am searching for a smart solution for this problem: A cancer ct picture is stored inside a unsigned short array (1-dimensional). I have the location information of the cancer region inside the …
1
vote
5answers
181 views

How to manage and deal with a group of developers with different knowledge levels?

We are a group of students doing our Master degree in field of computer science. This semester we should do a Software engineering project according to the following bottom explanation. we should …

1 2 3 next
15 30 50 per page