177
votes
Great programming quotes
"My definition of an expert in any field is a person who knows enough about what's really going on to be scared."
P. J. Plauger, Computer Language, March 1983
"An exper …
3
votes
Dash vs. Underscore
I used to use underscores all the time, now I only use them for parts of a web site that I don't want anyone to directly link, js files, css, ... etc.
From an SEO point of view, dashes s …
17
votes
When did you know it was time to leave your job?
Symptoms of a really bad situation i was in, in no particular order:
waking up at 3am in a cold sweat, every day, weekends included
screaming/getting angry at you …
21
votes
1
vote
As a software developer, what are the traits that you look for in a manager?
The guts to say no to the MBA's, and the wisdom to know when to do it.
…
5
votes
What features would you most like to see in Visual Studio 2010?
Would have to say not that much, overall, 2008 is the best one yet. Some little things that would help:
native svn integration
better ftp management
…
0
votes
Best Hardware Productivity Tool for aiding in Software Development
paper ... pencils ... whiteboard ... {insert your favourite scribing tools here}
Nice to have a couple monitors, fast machine, good keyboard, mouse etc, but I usually find I can be a lot …
1
vote
Is there any CMS better than WordPress or should I roll my own?
I have had a bit of pain using blog engines like expression engine to make more static type sites, you end up working around a whole lot of features that you don't really need, and hacking things t …
0
votes
What is the most verbose code you have read/written?
IMHO...
Verbose != Beautiful
Duff's Device == Beautiful
Inv Sqr Root from Quake 3 == Beautiful
E=mc2 == Beautiful
(al …
1
vote
What tricks do you use to get yourself “in the zone”?
For me, plenty of sleep, very early mornings (4 - 5am), extra strong coffee, and absolute silence.
That works until 8 or 9 when the distractions start to kick in.
Usually try to …
1
vote
Any tips for reading code?
One thing that I have found useful, in addition to debugging and logging as mentioned by others, when trying to make sense of spaghetti, is to have an old dot matrix printer with fanfold paper in t …
0
votes
Is the UI a valid indicator of internal quality?
If the UI is riddled with typos and inconsistencies, it is probably fair to say that the QA process and project management were a bit lacking. Doesn't really infer that the codebase is riddled wit …
2
votes
Do you generate nicely formatted HTML?
When I'm putting together templates for a site, I start with them all nicley formatted and indented until I get it right, keep a copy of that, and then crunch the hell out of them, not quite down …
5
votes
Anyone uses ASP .NET Membership?
Yes. Have used it quite a lot, and it will save you a lot of work.
There are some pain points like changing usernames, and administrative reset of passwords, that clients will often ask …
1
vote
Do caffeinated drinks improve your programming productivity, or cause more problems?
I need a certain amount of caffeine every morning to bring me up to baseline, work or no work
If I need to crunch a lot then a little extra caffeine helps me get in a few more hours. …
