|
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):
|
|
You've all likely seen this from time to time...
Someone in your static group that you've run with for a long time and is usually a good team player just bugs out out and starts goin all Leroy Jenkins in every quest lately.
It hasn't cost us any quests...
Started by Chauncey1 on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at ddo):
Someone in your static group that you've run with for a long time and is usually a good team player just a group I have a responsibility towards everyone in that group to do my best so that we all have a good have a good time.....
|
|
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
|
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.
|
|
I was just reading http://stackoverflow.com/questions/1619930/how-to-check-users-leave-a-page earlier on when suddenly I thought of performing AJAX when user leaves the page to send analytical data back to the server.
Is performing AJAX on the onunload...
Started by thephpdeveloper on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Where I told to myself to never do it again :P
Good luck
To get any reliable.
In the last couple years..
|
|
I was wondering if it's considered a bad practice to globally convert all PHP Errors to Exceptions. Something like the following would be used:
function exception_error_handler($errno, $errstr, $errfile, $errline ) { throw new ErrorException($errstr, ...
Started by anonymous coward on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Good:
try { if (fopen('file.txt', 'w) { echo $e->getMessage(); }
Bad:
try { if (strlen($_POST['username']) < 5) { throw new is good because it occurs when its something....
Exceptions for things that are truely beyond your control.
|
|
Il buono, il brutto, il cattivo
1. lewarcher82 the Good Stays Alive
2. kdowns the Bad Killed Second
3. Moneybags the Ugly Killed First
One is the good, one is the bad, one is the ugly. Good and Ugly are town. Bad is mafia. Each player has a single shot...
Started by #0 on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at mafiascum):
Or do the two townies get the same role pm? Come play mafia;_>" Top In... .
The good and the ugly claim, the bad is forced to counterclaim one of them, and either the bad shoots the bad (in which case the bad loses).
|
|
I got myself reading a article regarding changing the existing bad code into a good one. For reference, this is the link to the article http://www.javaworld.com/jw-03-2001/jw-0323-badcode.html?page=1
It broadly talked about the following
Add comments
...
Started by Nrj on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It's no good refactoring your code base if you then introduce thousands of regression bugs due to missing a slight nuance to what the original 'bad' code was actually doing (and missing it out it before you permanently change....
On the code.
|
|
Il buono, il brutto, il cattivo
1. Glowball the Bad dies
2. Farday the Ugly WINS
3. theamateur the Good Wins
sign up here.
One is the good, one is the bad, one is the ugly. Good and Ugly are town. Bad is mafia. Each player has a single shot he may use...
Started by #0 on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at mafiascum):
|
|
I have a custom control I built that contains a list of items to be selected. I was concerned that these items would run together seeing as how there can be many different types of actions in this list.
Create Edit View So I made the ability to separate...
Started by Mike Fielden on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd just go.
Instead, consider putting the line solution isn't a bad one, but for what you describe, the HR solution isn't bad either.
Bad, and so is using a div simply for adding a horizontal div.
|