Click here to Skip to main content
15,887,027 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: All high-level classes must depend only on Interfaces Pin
Ravi Bhavnani29-Feb-24 16:07
professionalRavi Bhavnani29-Feb-24 16:07 
GeneralRe: All high-level classes must depend only on Interfaces Pin
jschell1-Mar-24 11:59
jschell1-Mar-24 11:59 
GeneralRe: All high-level classes must depend only on Interfaces Pin
Ravi Bhavnani1-Mar-24 16:35
professionalRavi Bhavnani1-Mar-24 16:35 
GeneralRe: All high-level classes must depend only on Interfaces Pin
jschell6-Mar-24 12:07
jschell6-Mar-24 12:07 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Gerry Schmitz18-Feb-24 6:17
mveGerry Schmitz18-Feb-24 6:17 
GeneralRe: All high-level classes must depend only on Interfaces Pin
englebart18-Feb-24 6:29
professionalenglebart18-Feb-24 6:29 
GeneralRe: All high-level classes must depend only on Interfaces Pin
jschell19-Feb-24 6:14
jschell19-Feb-24 6:14 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Peter Moore - Chicago19-Feb-24 4:08
Peter Moore - Chicago19-Feb-24 4:08 
Whoever gave that directive is a man after my own heart.

It's extreme, to be sure. Realistic to literally follow 100% of the time? Probably not. But as an aspiration, a philosophy - absolutely.

If you do this, you will be able to grow and scale your products effortlessly for decades - basically for as long as the programming language you use is supported - without a rewrite.

Nuget packages, even entire application frameworks will come and go, yet your core code will be snug as a bug in a rug, wrapped in layers of abstraction that shield it from the chaos.

When your favorite library is deprecated, revealed to have a critical vulnerability, or the vendor jacks up the price on you, you scoff at how simple it is to assign someone to find a replacement and write the wrapper layer - completely independently of everyone else. Your customer tells you the application you designed for Azure now needs to run on AWS? "No problem", you say, "give me a week." Microsoft decides to make 100 new breaking changes to ASP.NET Core? Bah! The upgrade takes an hour.

You will never be stuck relying on proprietary technology outside of your control ever again. The term "technical debt" won't even be part of your vocabulary.

So yes. Those who know, do this.
GeneralRe: All high-level classes must depend only on Interfaces Pin
raddevus19-Feb-24 5:58
mvaraddevus19-Feb-24 5:58 
GeneralRe: All high-level classes must depend only on Interfaces Pin
jschell19-Feb-24 9:19
jschell19-Feb-24 9:19 
GeneralRe: All high-level classes must depend only on Interfaces Pin
Ravi Bhavnani24-Feb-24 8:17
professionalRavi Bhavnani24-Feb-24 8:17 
GeneralRe: All high-level classes must depend only on Interfaces Pin
Ravi Bhavnani23-Feb-24 19:02
professionalRavi Bhavnani23-Feb-24 19:02 
AnswerRe: All high-level classes must depend only on Interfaces Pin
jschell19-Feb-24 5:52
jschell19-Feb-24 5:52 
AnswerRe: All high-level classes must depend only on Interfaces Pin
englebart19-Feb-24 6:33
professionalenglebart19-Feb-24 6:33 
GeneralRe: All high-level classes must depend only on Interfaces Pin
raddevus19-Feb-24 7:59
mvaraddevus19-Feb-24 7:59 
GeneralRe: All high-level classes must depend only on Interfaces Pin
englebart19-Feb-24 8:09
professionalenglebart19-Feb-24 8:09 
GeneralRe: All high-level classes must depend only on Interfaces Pin
jschell20-Feb-24 12:14
jschell20-Feb-24 12:14 
GeneralRe: All high-level classes must depend only on Interfaces Pin
englebart20-Feb-24 15:01
professionalenglebart20-Feb-24 15:01 
GeneralRe: All high-level classes must depend only on Interfaces Pin
hpcoder224-Feb-24 22:45
hpcoder224-Feb-24 22:45 
GeneralRe: All high-level classes must depend only on Interfaces Pin
raddevus25-Feb-24 10:58
mvaraddevus25-Feb-24 10:58 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Ralf Peine 202322-Feb-24 5:08
Ralf Peine 202322-Feb-24 5:08 
GeneralRe: All high-level classes must depend only on Interfaces Pin
raddevus22-Feb-24 5:24
mvaraddevus22-Feb-24 5:24 
AnswerRe: All high-level classes must depend only on Interfaces Pin
Dan Sutton12-Mar-24 20:34
Dan Sutton12-Mar-24 20:34 
GeneralBut what about the government? Pin
jschell16-Feb-24 7:50
jschell16-Feb-24 7:50 
GeneralRe: But what about the government? Pin
Marc Clifton16-Feb-24 8:24
mvaMarc Clifton16-Feb-24 8:24 

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.