5
votes
8answers
176 views
C# String.IsNullOrEmpty: good or bad?
After an incident at work where I misused String.IsNullOrEmpty with a Session variable, a fellow coworker of mine now refuses to accept my usage of String.IsNullOrEmpty. After some …
9
votes
8answers
372 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 …
73
votes
32answers
3k views
Being A Lone Developer
What are some of the pros & cons to being a lone developer?
3
votes
4answers
135 views
Asking for opinions : One sequence for all tables
Here's another one I've been thinking about lately.
We have concluded in earlier discussions : 'natural primary keys are bad, artificial primary keys are good.'
Working with Hiber …
4
votes
2answers
83 views
What’s your problem-list when learning a new language?
There are some resources, such as P-99 and (too low programming/math ratio for me) Project Euler, which offer quick or interesting problems to implement.
Do you have a usual list …
1
vote
5answers
80 views
If it is technology specific, is it still a design pattern?
I went to a .NET user group meeting tonight, and part of it revolved around the model-view-view model pattern, and it got me wondering if this qualified as a pattern.
The issue I h …
3
votes
7answers
93 views
Denormalizing for sanity or performance?
I've started a new project and they have a very normalized database. everything that can be a lookup is stored as the foreign key to the lookup table. this is normalized and fine …
0
votes
4answers
177 views
Would you say that C#/Java are better programming languages than PHP for web development? [closed]
A few days ago I had a discussion with some friends about whether Java and .NET are better programming languages than PHP for web development. The truth is that we could not reach …
0
votes
4answers
225 views
Designing a language with pointers, but not C styled? [closed]
I am brainstorming/researching a new way to use pointers. Maybe you guys have ideas. I want to use pointers without putting all objects on the heap. I want to be able to do
Type * …
8
votes
15answers
250 views
Do you continuously rate/judge yourself while coding?
This is my first subjective question and I hope it won't be closed.
In short, my question is: Do you continuously judge yourself while coding?
By continuous, I would also inclu …
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 th …
1
vote
3answers
53 views
What is a good choice for a ‘service’ web language?
In short I want to start developing web related apps that people can easily 'plug-in' to their own site (like a Chat, Video Streaming, MP3 Player).
What would be a good language f …
1
vote
10answers
129 views
Starting to develop a new piece of functionality - easy or difficult stuff first?
I'm starting a new 'sprint' to develop some functionality. I need to extend some stuff within two separate components of our entire codebase.
Both are equal in difficulty in terms …
20
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 …
23
votes
28answers
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 breakpoin …
