Click here to Skip to main content
15,889,992 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: RIP Dusty Hill Pin
jeron129-Jul-21 4:08
jeron129-Jul-21 4:08 
GeneralRe: RIP Dusty Hill Pin
Slow Eddie29-Jul-21 11:10
professionalSlow Eddie29-Jul-21 11:10 
GeneralRe: RIP Dusty Hill Pin
Greg Utas29-Jul-21 11:29
professionalGreg Utas29-Jul-21 11:29 
QuestionHow do you maintain code quality / complexity? Pin
Super Lloyd28-Jul-21 16:56
Super Lloyd28-Jul-21 16:56 
AnswerRe: How do you maintain code quality / complexity? PinPopular
honey the codewitch28-Jul-21 17:18
mvahoney the codewitch28-Jul-21 17:18 
GeneralRe: How do you maintain code quality / complexity? Pin
Super Lloyd28-Jul-21 17:37
Super Lloyd28-Jul-21 17:37 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch28-Jul-21 17:41
mvahoney the codewitch28-Jul-21 17:41 
GeneralRe: How do you maintain code quality / complexity? Pin
Kenneth Haugland29-Jul-21 0:31
mvaKenneth Haugland29-Jul-21 0:31 
Writing good code is a bloody pain. By which I mean that it is easy to understand what it wants to achieve, easy to find stuff where you expect it to be, and relatively easy to expand. No matter which pattern I use I always end up with a mess. Sigh | :sigh:

Like with MVVM pattern, which seems to me to be only a pattern for splitting up the GUI in separate code snippets. It does that job very well, but that's about all you get from that. I have yet to find a pattern that helps me split up code into sections so that I don't have to revisit/reorganize at a later stage. Any thoughts or tips?
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch29-Jul-21 0:59
mvahoney the codewitch29-Jul-21 0:59 
GeneralRe: How do you maintain code quality / complexity? Pin
Kenneth Haugland29-Jul-21 3:39
mvaKenneth Haugland29-Jul-21 3:39 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch29-Jul-21 5:34
mvahoney the codewitch29-Jul-21 5:34 
GeneralRe: How do you maintain code quality / complexity? Pin
BryanFazekas30-Jul-21 2:33
BryanFazekas30-Jul-21 2:33 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch30-Jul-21 2:41
mvahoney the codewitch30-Jul-21 2:41 
GeneralRe: How do you maintain code quality / complexity? Pin
charlieg31-Jul-21 10:43
charlieg31-Jul-21 10:43 
AnswerRe: How do you maintain code quality / complexity? PinPopular
Mircea Neacsu28-Jul-21 17:41
Mircea Neacsu28-Jul-21 17:41 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch28-Jul-21 17:46
mvahoney the codewitch28-Jul-21 17:46 
GeneralRe: How do you maintain code quality / complexity? Pin
Mircea Neacsu28-Jul-21 17:53
Mircea Neacsu28-Jul-21 17:53 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch28-Jul-21 18:40
mvahoney the codewitch28-Jul-21 18:40 
GeneralRe: How do you maintain code quality / complexity? Pin
  Forogar  29-Jul-21 3:11
professional  Forogar  29-Jul-21 3:11 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch29-Jul-21 5:37
mvahoney the codewitch29-Jul-21 5:37 
GeneralRe: How do you maintain code quality / complexity? Pin
Randor 28-Jul-21 20:42
professional Randor 28-Jul-21 20:42 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch29-Jul-21 1:09
mvahoney the codewitch29-Jul-21 1:09 
GeneralRe: How do you maintain code quality / complexity? Pin
Randor 29-Jul-21 1:46
professional Randor 29-Jul-21 1:46 
GeneralRe: How do you maintain code quality / complexity? Pin
honey the codewitch29-Jul-21 1:54
mvahoney the codewitch29-Jul-21 1:54 
GeneralRe: How do you maintain code quality / complexity? Pin
Randor 29-Jul-21 2:11
professional Randor 29-Jul-21 2:11 

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.