11
votes
10answers
200 views
Building professional self-esteem when you think you’re a hack
Background: I'm 27, have an A.S. degree in Information Technology Management (it was basically a network admin program with some web design and a database class). I've had severa …
4
votes
20answers
596 views
Why the name main for function main()
Why the function name main() is retained in many languages like C, C++, Java? Why not any other names for that function? Is there any common structure for all these 3 main() (in C, …
3
votes
17answers
212 views
Is it necessary to be an expert in “X” to be a qualified manager of people that do “X”?
I've spent several years in software development, using many different languages/technologies. To be clear, I have 10 years of software development experience myself. Now as I wa …
3
votes
4answers
47 views
Writing my own SMTP server
I am writing a simple SMTP server and client. Server is in two parts receiver-SMTP and Sender SMTP. both will run in two different daemon services. The two modes this can run in is …
5
votes
14answers
347 views
How can there be only one way to do it (Perl vs Python) [closed]
I am quite used to Perl and I love Perl. And I have almost no exposure to Python.
I have just read another thread that sort of compares Perl with Python and one recurring theme se …
5
votes
11answers
122 views
How to avoid “bad” requirements
I frequently hear "X% of software project fail due to bad requirements". The X in that statement has ranged from about 70 to 95. However, I seldom hear how requirements go bad. …
17
votes
8answers
407 views
What questions should a JavaScript programmer be able to answer?
Suppose a company is going to hire JavaScript coders. I wonder what question should this company use to properly evaluate them. Even though general programming skills are more impo …
748
votes
534answers
176k views
What is your best programmer joke?
When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorabl …
-2
votes
3answers
49 views
Speed of data access…
Which do you think would be faster:
A) Reading a file 512 bytes in length on a solid state drive in a directory of 1 billion files
B) Selecting a 512-byte column by unique indexe …
5
votes
5answers
97 views
What role (e.g. work) did the “programmer personality type” have throughout history
This has always concerned me to an unnatural degree. I have no idea what sort of "role" I would have had in society if there were no computers or advanced technology to play with ( …
9
votes
11answers
177 views
Are comments to show what version code was added/modified for useful?
Some of the developers on the project I work on have a habit of commenting their code to show which version of the product it was added for, e.g.
// added for superEnterpriseyWond …
1
vote
6answers
81 views
maven - is it a good / common practice to use it only for dependency mgmt and then let the ant do everything else..?
I am newbie with maven.
Other than its use for managing dependencies, I am finding little use for it.
It was getting so hard to write up a pom.xml, that I generated a ant buil …
437
votes
592answers
72k views
Great programming quotes
There are a lot of great programming quotes out there. Which do you like?
Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in swedi …
1
vote
3answers
78 views
Self taught or school taught, what makes a better programmer and why? [closed]
We've probably all worked with both self taught and school taught programmers. What differentiates them for you? And do you think the domain that the work in (client server vs game …
358
votes
529answers
345k views
What is the best comment in source code you have ever encountered? [closed]
What is the best comment in source code you have ever encountered?
