15
votes
25answers
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 bea …
10
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 agai …
7
votes
18answers
939 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 unflin …
-2
votes
7answers
276 views
How can I generate a unique ID in Python?
I need to generate a unique ID based on a random value.
19
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, Th …
3
votes
14answers
864 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 …
8
votes
20answers
603 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 jo …
6
votes
13answers
450 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" i …
2
votes
9answers
253 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 …
0
votes
2answers
492 views
Draw image over an image in asp.net at specific location
Hi,
I need to draw an image over another image at specific location to block the image postion to be used by other users, please help me provide some guidlines, urgent.
Thanks &a …
0
votes
7answers
446 views
Why is Peer-to-Peer programming a hard topic to obtain good research for?
After reading a bit more about how Gnutella and other P2P networks function, I wanted to start my own peer-to-peer system. I went in thinking that I would find plenty of tutorials …
1
vote
12answers
516 views
Rule you know you should follow but don’t
Inspired by What’s your favorite “abandoned rule”? What is the number 1 "rule" you know you should follow, but don't?
4
votes
4answers
743 views
How to receive http request in Delphi 7?
Hi,
Which component is best to use for receiving HTTP requests in Delphi application?
-1
votes
2answers
208 views
What is the algorithm for storing the pixels in a spiral in JS?
What is the algorithm for storing the pixels in a spiral in JS?
-3
votes
3answers
167 views
Can anybody explain the structure of the Apache server?
How does the Apache web server work? Can someone explain it in detail?
