Click here to Skip to main content
15,914,943 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: How were the fish tacos, Griff? Pin
Slacker00723-Oct-18 5:13
professionalSlacker00723-Oct-18 5:13 
GeneralRe: How were the fish tacos, Griff? Pin
OriginalGriff23-Oct-18 5:26
mveOriginalGriff23-Oct-18 5:26 
GeneralRe: How were the fish tacos, Griff? Pin
Daniel Pfeffer23-Oct-18 18:54
professionalDaniel Pfeffer23-Oct-18 18:54 
GeneralRe: How were the fish tacos, Griff? Pin
OriginalGriff23-Oct-18 19:48
mveOriginalGriff23-Oct-18 19:48 
QuestionWhy would you ever want to do this? Pin
Eytukan23-Oct-18 3:25
Eytukan23-Oct-18 3:25 
AnswerRe: Why would you ever want to do this? Pin
Kornfeld Eliyahu Peter23-Oct-18 3:52
professionalKornfeld Eliyahu Peter23-Oct-18 3:52 
GeneralRe: Why would you ever want to do this? Pin
W Balboos, GHB23-Oct-18 4:52
W Balboos, GHB23-Oct-18 4:52 
AnswerRe: Why would you ever want to do this? Pin
Marc Clifton23-Oct-18 3:55
mvaMarc Clifton23-Oct-18 3:55 
One of the reasons I refuse to work in Ruby. Monkey-patching.

Or this amusing what-if scenario:
You can add methods right to core classes! You don’t have to call Time.now.advance(days: -1), you can write 1.day.ago! It makes Ruby a joy to read and write. Until…

You hit weird bugs because a patch changed Hash.

You get confused about which code actually ran, so you can’t debug it when it breaks.

And you finally figure out that all your problems were caused six months ago, when you monkey-patched Enumerable to make one line of code five characters shorter.
Latest Article - A Concise Overview of Threads

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Why would you ever want to do this? Pin
Eric Lynch23-Oct-18 4:11
Eric Lynch23-Oct-18 4:11 
GeneralRe: Why would you ever want to do this? Pin
Eytukan23-Oct-18 4:24
Eytukan23-Oct-18 4:24 
GeneralRe: Why would you ever want to do this? Pin
André Pereira24-Oct-18 23:42
André Pereira24-Oct-18 23:42 
JokeRe: Why would you ever want to do this? Pin
lopatir23-Oct-18 4:30
lopatir23-Oct-18 4:30 
GeneralRe: Why would you ever want to do this? Pin
Richard Deeming23-Oct-18 4:43
mveRichard Deeming23-Oct-18 4:43 
GeneralRe: Why would you ever want to do this? Pin
dandy7223-Oct-18 7:19
dandy7223-Oct-18 7:19 
AnswerRe: Why would you ever want to do this? Pin
CodeWraith23-Oct-18 4:42
CodeWraith23-Oct-18 4:42 
GeneralRe: Why would you ever want to do this? Pin
Eytukan24-Oct-18 1:27
Eytukan24-Oct-18 1:27 
AnswerRe: Why would you ever want to do this? Pin
F-ES Sitecore23-Oct-18 5:05
professionalF-ES Sitecore23-Oct-18 5:05 
GeneralRe: Why would you ever want to do this? Pin
dandy7223-Oct-18 7:17
dandy7223-Oct-18 7:17 
AnswerRe: Why would you ever want to do this? Pin
kalberts23-Oct-18 7:54
kalberts23-Oct-18 7:54 
AnswerRe: Why would you ever want to do this? Pin
kalberts23-Oct-18 8:23
kalberts23-Oct-18 8:23 
AnswerRe: Why would you ever want to do this? Pin
Daniel Pfeffer23-Oct-18 19:05
professionalDaniel Pfeffer23-Oct-18 19:05 
AnswerRe: Why would you ever want to do this? Pin
Jimmytehbanana24-Oct-18 1:53
Jimmytehbanana24-Oct-18 1:53 
AnswerRe: Why would you ever want to do this? Pin
hpcoder228-Oct-18 10:48
hpcoder228-Oct-18 10:48 
GeneralWin10 Fluent Design: All the cool kids Pin
raddevus23-Oct-18 2:07
mvaraddevus23-Oct-18 2:07 
GeneralRe: Win10 Fluent Design: All the cool kids Pin
Jason Gleim23-Oct-18 2:27
professionalJason Gleim23-Oct-18 2:27 

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.