|
I am sure you have all heard this expression!? I play with it often.
Here are some of mine.
Please add yours.
Good Taste = AUDI
Bad Taste = BMW
No Taste = Merc.
Good Taste = VW
Bad Taste = Ford
No Taste = Opel
Good Taste = Red Wine
Bad Taste = Rose Wine...
Started by daved on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at com):
|
|
Hi All,
I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers.
For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a bad programmer on a team, how to hire a good programmer...
Started by Eli on
, 55 posts
by 55 people.
Answer Snippets (Read the full thread at stackoverflow):
Can the programmer....
Usually the good kind, sometimes the bad kind, there is every degree between good and bad, but my above assertions could be used as a quick and simple test.
On how to improve every week I'm a lazy programmer .
|
|
What are the "bad" functions in C, and what are their "good" alternatives?
Why are the bad ones bad, and what makes the good ones better?
I know, for example, gets() is "bad" because it doesn't have any form of bounds checking. What is its better alternative...
Started by Carson Myers on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, fgets( ....
Sprintf is bad, does not check size, use snprintf gmtime , localtime -- use
And more.
Don't try running THAT in a multithreaded environment!
scanf() is bad because it dosen't prevent buffer, and avoid a buffer overflow.
|
Ask your Facebook Friends
|
Hello. can anyone recommend me of a good free program to fix bad sectors on my hard drives? thanks
Started by ufk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
But if you have bad sectors, it typically is a unrepairable....
Can you have look on this page which has very good information about it bad secrtors removal programs
If you hard drive truly has a bad sector, then try Tech Tool Pro v5.
|
|
Originally Posted by melon its sucks alright - and not in a good way
but it just looks and feels likee any other song I see posing as pop these days to me , so it doesnt come over as obviously bad or quirky - just run of the mill IMO .
just my 2 cents...
Started by Zhaoman on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at hexus):
Http://www.youtube.com/watch?v=WeYsTmIzjkw&ob=av3e Originally Posted by Zhaoman Afroman also has....
good songs! Gail was kinda catchy and Nimoy is Spock ,but this dude is like a bad reincarnation that are so bad but oh so good.
|
|
I am not a master of the kernel code, but have some basic idea of its code structure. In this post we can discuss what are the good and bad things in the design of the kernel.
Update: No, this is not for homework. I would have mentioned that if that was...
Started by iamrohitbanga on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Big kernel lock and ....
bad things:
new feature rate is high doing config.
Also, whenever developers want to contribute code times, but I am sure it keeps the code quality at a high level .
This is also a good way to get new contributors.
|
|
I'm trying to wrap my head around SharePoint. Why is it good? Why is it bad?
At a glance it appears to offer some incredible collaboration tools. However, the cost looks astronomical and it seems to be rigid & difficult to customize.
To those who've worked...
Started by Gabe on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Good thing alert sent to them when the list is updated....
As an example, Excel understands when you have a file package as "best in class" (not saying I do!), its individual features often are not .
It has pretty good Office 2007 integration.
|
|
I'm a blind student who's taking a required UI class. One of the assignments is to take screen shots of both a good and bad application user interface and comment on what's good and bad about it. I'll have a reader help describe the interface to me but...
Started by Jared on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Iarchitect/shame.htm
Good: Microsoft Office 2007 Bad: Microsoft Office 2003 An interface.
|
|
Can we make cross browser css layouts with CSS positioning, without using float? What are the bad and good points of usin css positioning over Float+margin+padding? I want to make layout compatible with all A-Grade Browser and with IE6 Also? IN dreamweaver...
Started by jitendra on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Except for things that are naturally fixed-size like images, using exact page-pixel absolute positioning is a bad.
Is this technique bad?
Yes.
To make css layout quickly but it's uses absolution position .
|
|
I like to use static functions in c++ as a way to categorize them, like c# does.
Console::WriteLine("hello")
but is it good or bad ? if the functions are often used i guess it doesn't matter, but if not do they put pressure on memory ?
The same goes for...
Started by CiNN on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Agree with Frank here ;)
One specific reason static....
In a nutshell: static functions ok, static data bad.
Of the reasons some argue to use namespaces rather than classes.)
but is it good or bad
The first adjective data into a class.
|