2
votes
8answers
157 views
Object Oriented Design Interview Question
Any advice on solving this problem?
0
votes
0answers
46 views
Is 3d game development hardest thing in programming ? [closed]
Is the 3D game development hardest thing in programming ?
7
votes
9answers
319 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 …
31
votes
76answers
5k views
What are the best alternatives to notepad?
I would like to get syntax highlighting support for major languages.
Other desired properties are:
Simple to use
Light weight
1
vote
17answers
400 views
If you don’t code for fun, you can’t be a good programmer? [closed]
I've read a lot of times that if you don't code in your free time, out of the office, you can't be a good programmer? Do you think this is true? In which percent?
Maybe is more true for younger …
-1
votes
14answers
310 views
Rolling my own “Version Control”
I'm a hobby developer and i want to put my projects in some sort of version control. I've tried several version control systems (git i think, SVN, mercurial, bazaar) and they were a pain in the neck …
2
votes
0answers
172 views
What’s Language Agnostic? [closed]
What's Language Agnostic?
2
votes
12answers
182 views
Book Recommendations for Christmas [closed]
Christmas is upon us and as usual I have no idea what I want. So instead of having my parents waste their money on something useless I've decided I would like some programming books.
My main …
3
votes
11answers
321 views
What’s the most challenging algorithm you ever implemented?
For me,it's the dijkstra,what about you?
19
votes
7answers
408 views
Why does C have a distinction between -> and . ?
OK, this is of no serious consequence, but it's been bugging me for a
while: Is there a reason for the distinction between the -> and . operators?
Of course, the current rule is that . acts on a …
10
votes
21answers
533 views
Should we always reproduce the bugs to verify the fixes ?
From time to time we get bugs on production that can be fixed by for example by changing a configuration, disabling some part of the logic, and such.
I've argued with my manager that we should …
15
votes
23answers
1k views
Can a Programmer Become a Decent Graphic Designer?
As a developer completely void of artistic skills, it's frustrating building applications from scratch. I know there are several open-source template web sites to draw from, but are there any good …
0
votes
2answers
22 views
Using Ignite style lightning talks for brown bag presentations?
Recently, I ran across Ignite and thought that style of presentation (five minutes, 20 slides, rotated automatically after 15 seconds) could work for "brown bag" sessions. It would be a way to take a …
6
votes
13answers
578 views
Accessing private members
Is it ethical to access a class' private members by casting it to a void pointer and then to a struct?
I don't think I have permissions to modify the class that contains the data members that I …
0
votes
7answers
105 views
Requirements for a game
I'm writing an iPhone game and I am trying to write some requirements documents. I have never written requirements before so I got the book Software Requirements. I have not finished it yet, but I …
