Click here to Skip to main content
15,890,185 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 to make simple code complicated Pin
kmoorevs24-May-19 3:59
kmoorevs24-May-19 3:59 
GeneralRe: How to make simple code complicated Pin
Rick York24-May-19 4:58
mveRick York24-May-19 4:58 
GeneralRe: How to make simple code complicated Pin
Dean Roddey24-May-19 6:36
Dean Roddey24-May-19 6:36 
GeneralRe: How to make simple code complicated Pin
Fueled By Decaff23-May-19 21:44
Fueled By Decaff23-May-19 21:44 
GeneralRe: How to make simple code complicated Pin
wout de zeeuw24-May-19 1:06
wout de zeeuw24-May-19 1:06 
GeneralRe: How to make simple code complicated Pin
#realJSOP24-May-19 2:56
mve#realJSOP24-May-19 2:56 
GeneralRe: How to make simple code complicated Pin
Gary R. Wheeler24-May-19 3:49
Gary R. Wheeler24-May-19 3:49 
GeneralRe: How to make simple code complicated Pin
#realJSOP24-May-19 4:09
mve#realJSOP24-May-19 4:09 
I try to put discrete code into its own method where it makes sense, even if the code isn't called anywhere else. In the event that the code is specific to a class, and not called from anyplace else in the app, I make it private or protected (depending on its purpose). This pretty much keeps most methods to less than 50-100 lines.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: How to make simple code complicated Pin
Gary R. Wheeler24-May-19 4:43
Gary R. Wheeler24-May-19 4:43 
GeneralRe: How to make simple code complicated Pin
AFell224-May-19 5:50
AFell224-May-19 5:50 
GeneralRe: How to make simple code complicated Pin
Rick York24-May-19 5:03
mveRick York24-May-19 5:03 
GeneralRe: How to make simple code complicated Pin
Member 916705726-May-19 20:38
Member 916705726-May-19 20:38 
GeneralRe: How to make simple code complicated Pin
Member 1340620526-May-19 21:54
Member 1340620526-May-19 21:54 
GeneralRe: How to make simple code complicated Pin
David MacLean27-May-19 10:27
professionalDavid MacLean27-May-19 10:27 
GeneralRe: How to make simple code complicated Pin
jschell2-Jun-19 8:18
jschell2-Jun-19 8:18 
GeneralOpen Source Considered Dangerous PinPopular
Dean Roddey23-May-19 8:24
Dean Roddey23-May-19 8:24 
GeneralRe: Open Source Considered Dangerous Pin
User 1106097923-May-19 10:20
User 1106097923-May-19 10:20 
GeneralRe: Open Source Considered Dangerous Pin
BillWoodruff23-May-19 18:52
professionalBillWoodruff23-May-19 18:52 
GeneralRe: Open Source Considered Dangerous Pin
Member 916705723-May-19 20:35
Member 916705723-May-19 20:35 
GeneralRe: Open Source Considered Dangerous Pin
Corne Beukes24-May-19 0:13
Corne Beukes24-May-19 0:13 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 7:02
Dean Roddey24-May-19 7:02 
GeneralRe: Open Source Considered Dangerous Pin
Kirk Wood24-May-19 3:15
Kirk Wood24-May-19 3:15 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 6:28
Dean Roddey24-May-19 6:28 
GeneralRe: Open Source Considered Dangerous Pin
UziTech24-May-19 5:11
UziTech24-May-19 5:11 
GeneralRe: Open Source Considered Dangerous Pin
Dean Roddey24-May-19 6:30
Dean Roddey24-May-19 6:30 

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.