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 …
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 …
12
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 …
6
votes
14answers
477 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 …
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 …
4
votes
14answers
895 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 …
8
votes
20answers
621 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 …
-2
votes
7answers
312 views
How can I generate a unique ID in Python?
I need to generate a unique ID based on a random value.
0
votes
2answers
523 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 & regards,
Khushi
2
votes
9answers
267 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 …
0
votes
7answers
499 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 and …
1
vote
12answers
533 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
800 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
221 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?
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.
