Tagged Questions

3
votes
9answers
133 views

How long does it take an experienced programmer to become proficient with a new technology / language?

I realize that the question is likely o get a lot of "it depends", but I am curious anyway. When you hire somebody new (but experienced) to the team, and they don't have expertise in technology you …
9
votes
9answers
516 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 …
-3
votes
0answers
93 views

Why C++ language and its tools is so aesthetically ugly? [closed]

After 20 years it appears to be a living fossil. For example Ant and Maven for Java rule as development tools, where for C++ there are only tons of raw text files managed (very well, of course) by …
7
votes
11answers
353 views

A recurring const-connundrum

I often find myself having to define two versions of a function in order to have one that is const and one which is non-const (often a getter, but not always). The two vary only by the fact that the …
0
votes
4answers
205 views

Are frameworks too vulnerable to exploits? [closed]

Frameworks attempt to make everyone's lives easier by creating a standard set of tools in order to make standard tasks a little easier. However after reading about potential vulnerabilities using …
0
votes
1answer
180 views

Is Apple’s App Store going to implode? [closed]

Hello, I have been developing for the iPhone for a while, on the last months I have seen many friends of mine quit developing for the App Store (other not so friends too), due to low visibility …
3
votes
1answer
75 views

2009 in retrospect [closed]

What were the major innovations, contributions of 2009 with respect to Programming languages? How the programming landscape has changed/evolved during this year? What can we look forward for in 2010?
0
votes
5answers
173 views

Perl to Python/Ruby code translator

I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
0
votes
3answers
76 views

What are the major benefits of an in-person interview? [closed]

The question: How important is it to have an in-person interview? Related thoughts Obviously no one can say that an in-person interview is paramount in our industry -- people are hired from across …
79
votes
34answers
3k views

Being A Lone Developer

What are some of the pros & cons to being a lone developer?
0
votes
3answers
131 views

Why do people rage against homework questions so much [closed]

Why do people rage against homework questions so much? Everywhere had to start from somewhere and most people needed help at some point so why do people act superior to people who want to learn?
4
votes
9answers
124 views

Logging authentication attempts including passwords

I'm writing a comprehensive authentication system for an application and I was planning on logging failed authentication attempts in order to implement better security. I would like to check failed …
2
votes
9answers
97 views

What javascript frameworks should I become familiar with?

jQuery has served me well, it has given me an excellent introduction to Javascript but now I want to move onto something else. A good developer has a good knowlege of lots of different technologies. …
1
vote
2answers
37 views

Opinion Mining - What Database Type?

Hi guys, I am entering a project to make a Opinion Mining (Data Mining -> Web Mining -> Opinion Mining) to get semantic orientation of the words contained. We will use a crawler to get the pages …
10
votes
8answers
433 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 …

1 2 3 4 5 9 next
15 30 50 per page