Click here to Skip to main content
15,895,794 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What is a bug? Pin
SeattleC++6-May-16 10:30
SeattleC++6-May-16 10:30 
GeneralRe: What is a bug? Pin
Nish Nishant5-May-16 8:56
sitebuilderNish Nishant5-May-16 8:56 
GeneralRe: What is a bug? Pin
raddevus5-May-16 9:18
mvaraddevus5-May-16 9:18 
GeneralRe: What is a bug? Pin
Nish Nishant5-May-16 9:36
sitebuilderNish Nishant5-May-16 9:36 
GeneralRe: What is a bug? Pin
Member 107319446-May-16 9:08
Member 107319446-May-16 9:08 
GeneralRe: What is a bug? Pin
raddevus6-May-16 9:20
mvaraddevus6-May-16 9:20 
GeneralRe: What is a bug? Pin
Kenneth Haugland5-May-16 9:38
mvaKenneth Haugland5-May-16 9:38 
GeneralRe: What is a bug? Pin
CDP18025-May-16 9:49
CDP18025-May-16 9:49 
Here you touch one of the reasons why I dislike interpreters so much. A compiler can automatically detect syntax errors and also some smaller desasters waiting to happen, like uninitialized variables, missing return values or type mismatches. Since you have nothing to run until the compiler is satisfied, these bugs are easy to get rid of and will not be of any trouble anymore.

An interpreter will not notice anything until it reaches a faulty line at runtime. The ridiculous amount of testing othat would be needed to get the security of a freshly compiled (and by no means perfect) program simply is not worth it.
The language is JavaScript. that of Mordor, which I will not utter here

This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a f***ing golf cart.

"I don't know, extraterrestrial?"
"You mean like from space?"
"No, from Canada."

If software development were a circus, we would all be the clowns.

PraiseRe: What is a bug? Pin
Slacker0075-May-16 10:05
professionalSlacker0075-May-16 10:05 
GeneralMessage Removed Pin
5-May-16 8:58
professionalN_tro_P5-May-16 8:58 
GeneralRe: What is a bug? Pin
Kevin Marois5-May-16 11:05
professionalKevin Marois5-May-16 11:05 
GeneralRe: What is a bug? Pin
Mark_Wallace5-May-16 9:04
Mark_Wallace5-May-16 9:04 
GeneralRe: What is a bug? Pin
Mandeep85-May-16 9:11
Mandeep85-May-16 9:11 
GeneralRe: What is a bug? Pin
Mark_Wallace5-May-16 9:22
Mark_Wallace5-May-16 9:22 
GeneralRe: What is a bug? Pin
den2k885-May-16 9:14
professionalden2k885-May-16 9:14 
GeneralRe: What is a bug? Pin
Slacker0075-May-16 9:46
professionalSlacker0075-May-16 9:46 
GeneralRe: What is a bug? Pin
David Crow5-May-16 9:18
David Crow5-May-16 9:18 
GeneralRe: What is a bug? Pin
Dominic Burford5-May-16 9:26
professionalDominic Burford5-May-16 9:26 
GeneralRe: What is a bug? Pin
Richard Deeming5-May-16 9:42
mveRichard Deeming5-May-16 9:42 
JokeRe: What is a bug? Pin
Kornfeld Eliyahu Peter5-May-16 9:43
professionalKornfeld Eliyahu Peter5-May-16 9:43 
GeneralRe: What is a bug? Pin
Slacker0075-May-16 9:48
professionalSlacker0075-May-16 9:48 
GeneralRe: What is a bug? Pin
dandy725-May-16 10:19
dandy725-May-16 10:19 
GeneralRe: What is a bug? Pin
Mike Hankey5-May-16 10:20
mveMike Hankey5-May-16 10:20 
GeneralRe: What is a bug? Pin
Ravi Bhavnani5-May-16 10:43
professionalRavi Bhavnani5-May-16 10:43 
GeneralRe: What is a bug? Pin
rob tillaart5-May-16 21:56
rob tillaart5-May-16 21:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.