Click here to Skip to main content
15,897,891 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: The balance between architecture and code Pin
Mircea Neacsu27-Apr-21 7:49
Mircea Neacsu27-Apr-21 7:49 
GeneralRe: The balance between architecture and code Pin
W Balboos, GHB27-Apr-21 8:08
W Balboos, GHB27-Apr-21 8:08 
GeneralRe: The balance between architecture and code Pin
Gerry Schmitz27-Apr-21 8:20
mveGerry Schmitz27-Apr-21 8:20 
GeneralRe: The balance between architecture and code Pin
Greg Utas27-Apr-21 8:53
professionalGreg Utas27-Apr-21 8:53 
GeneralRe: The balance between architecture and code Pin
Gerry Schmitz27-Apr-21 10:04
mveGerry Schmitz27-Apr-21 10:04 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 12:03
mvahoney the codewitch27-Apr-21 12:03 
GeneralRe: The balance between architecture and code Pin
Greg Utas27-Apr-21 15:13
professionalGreg Utas27-Apr-21 15:13 
GeneralRe: The balance between architecture and code Pin
Eddy Vluggen27-Apr-21 9:09
professionalEddy Vluggen27-Apr-21 9:09 
Marc Clifton wrote:
Personally, my goal is always "under-coded" (meaning, as little code as possible), and I find that that drives a certain amount of architecture, usually during the coding, not before the coding.
Ditto. Less, is easier to understand, maintain, service and makes it easier to track bugs. As far as I know, this is the gold standard.

Marc Clifton wrote:
So it strikes me that the missing category:
well-architected, well-coded
Seen it once, in 25 years.

Marc Clifton wrote:
And by architecture, I don't mean gloriosky layers of abstractions
Yeah. This bugs me. One of those three layers is SQL Server. And still people insist on adding another layer, because the docs say so. No! SQL Server is the abstraction to how stuff is stored on disc, you don't need that layer that does absolutely nothing.

Marc Clifton wrote:
thousands of interfaces, DI and IoC.
Use them if needed, don't use them just to have it. Only use it if needed.

Marc Clifton wrote:
maximizing code re-use
To clarify something else; code re-use, means calling an existing function, not to Ctrl-C, Ctrl-V it! You call the original, having one point of maintenance. Not copying the same bloody statements all over the place.

Marc Clifton wrote:
Thoughts?
I had many bosses; one would state what he needed, and demanded minimalism. He'd just say what you should output, from his input and that's it. How you got there, was your problem (that's 25 years ago). It worked like magic.

My last came with patterns, he'd paint this big picture of interactions, told everyone which parts to build, and off we was. His magic was a level up.

There also was two VB6 projects. Not gonna say anything about those, as the managers were as outdated as the language. I mean, really, storing 31 booleans for each member each day, and convert them to strings? That was the only person I met with the architect title.
Bastard Programmer from Hell Suspicious | :suss:
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: The balance between architecture and code Pin
David O'Neil27-Apr-21 9:28
professionalDavid O'Neil27-Apr-21 9:28 
GeneralRe: The balance between architecture and code Pin
raddevus27-Apr-21 9:56
mvaraddevus27-Apr-21 9:56 
GeneralRe: The balance between architecture and code Pin
Marc Clifton28-Apr-21 2:51
mvaMarc Clifton28-Apr-21 2:51 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 11:11
mvahoney the codewitch27-Apr-21 11:11 
GeneralRe: The balance between architecture and code Pin
MSBassSinger27-Apr-21 11:32
professionalMSBassSinger27-Apr-21 11:32 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 12:18
mvahoney the codewitch27-Apr-21 12:18 
GeneralRe: The balance between architecture and code Pin
Mycroft Holmes27-Apr-21 12:20
professionalMycroft Holmes27-Apr-21 12:20 
GeneralRe: The balance between architecture and code Pin
rob tillaart27-Apr-21 21:42
rob tillaart27-Apr-21 21:42 
GeneralRe: The balance between architecture and code Pin
Fabio Franco27-Apr-21 22:56
professionalFabio Franco27-Apr-21 22:56 
GeneralRe: The balance between architecture and code Pin
KateAshman27-Apr-21 23:45
KateAshman27-Apr-21 23:45 
GeneralRe: The balance between architecture and code Pin
GuyThiebaut27-Apr-21 23:50
professionalGuyThiebaut27-Apr-21 23:50 
GeneralRe: The balance between architecture and code Pin
Dan Sutton28-Apr-21 5:27
Dan Sutton28-Apr-21 5:27 
GeneralThought of the Day Pin
OriginalGriff27-Apr-21 4:53
mveOriginalGriff27-Apr-21 4:53 
GeneralRe: Thought of the Day Pin
jeron127-Apr-21 5:02
jeron127-Apr-21 5:02 
GeneralRe: Thought of the Day Pin
megaadam27-Apr-21 7:16
professionalmegaadam27-Apr-21 7:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB27-Apr-21 8:01
W Balboos, GHB27-Apr-21 8:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer27-Apr-21 9:44
professionalDaniel Pfeffer27-Apr-21 9:44 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   327 votes