Click here to Skip to main content
15,896,201 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: Aging in tech? Pin
honey the codewitch5-Dec-20 6:39
mvahoney the codewitch5-Dec-20 6:39 
GeneralRe: Aging in tech? Pin
CodeWraith5-Dec-20 6:35
CodeWraith5-Dec-20 6:35 
GeneralRe: Aging in tech? Pin
davecasdf7-Dec-20 4:10
davecasdf7-Dec-20 4:10 
GeneralRe: Aging in tech? Pin
OldDBA9-Dec-20 14:41
OldDBA9-Dec-20 14:41 
AnswerRe: Aging in tech? Pin
Gerry Schmitz5-Dec-20 6:25
mveGerry Schmitz5-Dec-20 6:25 
GeneralRe: Aging in tech? Pin
MKJCP7-Dec-20 2:09
MKJCP7-Dec-20 2:09 
AnswerRe: Aging in tech? Pin
Rick York5-Dec-20 7:45
mveRick York5-Dec-20 7:45 
AnswerRe: Aging in tech? Pin
Gary R. Wheeler5-Dec-20 10:34
Gary R. Wheeler5-Dec-20 10:34 
I've always enjoyed "programming in the small". I've found it's possible to do this in any development environment if you have the mindset for it. The question you have to ask yourself is:

"What's the minimum amount of code I can write that does the job?"

or perhaps more to the point,

"What's the least-engineered code I can write?"

This notion is most easily expressed as things not to do. If you're thinking of acronyms like KISS[^] or YAGNI[^], you're on the right track. I always liked the notion that "every layer of abstraction is another layer of obscurity", also known as "it's frameworks all the way down". Just because you have two or more types of 'things' in your program, you don't necessarily need to create abstractions for them. I especially dislike abstraction layers that are added solely for the purpose of adhering to some arbitrary metric or style guideline.
Software Zen: delete this;

AnswerRe: Aging in tech? Pin
kmoorevs5-Dec-20 13:06
kmoorevs5-Dec-20 13:06 
AnswerRe: Aging in tech? Pin
den2k886-Dec-20 5:51
professionalden2k886-Dec-20 5:51 
GeneralRe: Aging in tech? Pin
honey the codewitch6-Dec-20 5:55
mvahoney the codewitch6-Dec-20 5:55 
GeneralRe: Aging in tech? Pin
den2k886-Dec-20 6:11
professionalden2k886-Dec-20 6:11 
AnswerRe: Aging in tech? Pin
#realJSOP6-Dec-20 12:50
professional#realJSOP6-Dec-20 12:50 
GeneralRe: Aging in tech? Pin
MKJCP7-Dec-20 2:13
MKJCP7-Dec-20 2:13 
GeneralRe: Aging in tech? Pin
Amar Chaudhary6-Dec-20 20:31
Amar Chaudhary6-Dec-20 20:31 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 2:48
mvahoney the codewitch7-Dec-20 2:48 
AnswerRe: Aging in tech? Pin
Martin ISDN7-Dec-20 1:15
Martin ISDN7-Dec-20 1:15 
GeneralRe: Aging in tech? Pin
Martin ISDN7-Dec-20 1:22
Martin ISDN7-Dec-20 1:22 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:30
mvahoney the codewitch7-Dec-20 1:30 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:35
mvahoney the codewitch7-Dec-20 1:35 
GeneralRe: Aging in tech? Pin
Martin ISDN7-Dec-20 6:40
Martin ISDN7-Dec-20 6:40 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 7:22
mvahoney the codewitch7-Dec-20 7:22 
AnswerRe: Aging in tech? Pin
MadGerbil7-Dec-20 1:53
MadGerbil7-Dec-20 1:53 
GeneralRe: Aging in tech? Pin
honey the codewitch7-Dec-20 1:55
mvahoney the codewitch7-Dec-20 1:55 
AnswerRe: Aging in tech? Pin
MikeTheFid7-Dec-20 1:55
MikeTheFid7-Dec-20 1:55 

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.