79
votes
34answers
3k views
Being A Lone Developer
What are some of the pros & cons to being a lone developer?
26
votes
53answers
2k views
Programming as a meaningful profession?
Doctor says: My job is meaningful because I save lives.
Programmer says: My job is meaningful because I... umm... write DB queries?!
Are you proud of being a programmer?
Do you think that your work …
24
votes
29answers
1k views
Are we as programmers becoming too dependent on our IDEs?
For a long time, the only IDE I knew was the VB6 IDE, which is fairly outdated (ca. 1998) and not very feature-rich (unless you purchase third-party add-ons). You can set breakpoints and watches and …
23
votes
17answers
1k views
What exactly is a “Software Architect”?
I've seen a few posts that briefly touch on the subject but don't address the question directly. So please don't label this as a dup.
Having been independant/freelance for 5 years or so, and having …
21
votes
36answers
1k views
Common “Truisms” that need correcting the most.
In addition to his "I never met a man I didn't like.", Will Rogers had another great little ditty I've always remembered. It went
"It's not what you don't know that'll hurt you, it's what you do …
20
votes
19answers
1k views
burnt out?
I refer to:
"35, lost interest in programming, system administration sucks, don't want to go in management. What to do?" question got more than 600 replies.
…
15
votes
4answers
3k views
Core Data vs sqlite3
I am already quite familiar with relational databases and have used sqlite (and other databases) in the past. However, Core Data has a certain allure, so I am considering spending some time to learn …
15
votes
32answers
760 views
Your most time-consuming task as a developer?
For me, preparing data for my unit tests takes a big chunk out of my time. For example, I spent hour after hour squeezing out logical expressions, such as "('A'='B') OR (1+1=2)", for my expression …
14
votes
14answers
2k views
Developer salaries to rise?
I have heard people say that the large fall in people graduating with CS based degrees will soon cause developer salaries to rise due to the effects of a smaller supply but ever increasing demand.
Do …
14
votes
8answers
978 views
Python for large scale development
I would be interested to learn about large scale development in Python and especially in how do you maintain a large code base?
When you make incompatibility changes to the signature of a method, …
11
votes
13answers
847 views
Would you give a programmer a 2nd chance if…
Would you give a potential programmer a 2nd chance in an interview if the face to face interview went really well, great communication skills, great cultural fit for the team and general chemistry was …
10
votes
8answers
434 views
Experience with Django
Having read some great things about the Django framework I'm becoming quite interested in it. But before making my decision to use it for a small project I would like to hear some more down to earth …
10
votes
8answers
252 views
Is this a good use of an ExtensionMethod?
I just wrote an if statement in the lines of
if (value == value1 || value == value2 || value == value3 || value == value4)
//do something
and got annoyed that I always have to repeat the 'value …
10
votes
27answers
1k views
Your favourite algorithm and the lesson it taught you.
What algorithm taught you the most about programming or a specific language feature?
We have all had those moments where all of a sudden we know, just know, we have learned an important lesson for …
9
votes
9answers
528 views
What makes Ruby an Elegant Language?
I have been reading a lot about Ruby the past few days. Every SO post I come across I hear that ruby is an elegant language. Can you guys give an example of why ruby is elegant compared another …
