Click here to Skip to main content
15,887,683 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 Software Architecture Demon Pin
Mateusz Jakub25-Nov-20 20:57
Mateusz Jakub25-Nov-20 20:57 
GeneralRe: The Software Architecture Demon Pin
honey the codewitch26-Nov-20 6:43
mvahoney the codewitch26-Nov-20 6:43 
GeneralRe: The Software Architecture Demon Pin
Jacquers25-Nov-20 20:59
Jacquers25-Nov-20 20:59 
GeneralRe: The Software Architecture Demon Pin
honey the codewitch26-Nov-20 6:42
mvahoney the codewitch26-Nov-20 6:42 
PraiseRe: The Software Architecture Demon Pin
KateAshman26-Nov-20 4:51
KateAshman26-Nov-20 4:51 
GeneralRe: The Software Architecture Demon Pin
honey the codewitch26-Nov-20 4:58
mvahoney the codewitch26-Nov-20 4:58 
GeneralRe: The Software Architecture Demon Pin
PhilipOakley26-Nov-20 6:33
professionalPhilipOakley26-Nov-20 6:33 
GeneralRe: The Software Architecture Demon Pin
Kirk 1038982128-Nov-20 16:43
Kirk 1038982128-Nov-20 16:43 
I guess I was an old school architect.

We typically wrote prototype code for how we wanted to interface with the system, then we went back and designed a system architecture that we could use for those things.

We didn't do UML diagrams, or go crazy with patterns, although we had a few singletons. We did use streams between client and server, and that made adding compression a breeze, and later encrypted the compression a breeze. A few lines of code allowed the server to know if the client supported compression and/or encryption. And then it simply constructed the "best" stream object. The clients abilities were known, so it handled what was streamed back. The server was ALWAYS ahead of the client, so it did not have to worry, the old clients NEVER asked for encryption or compression.

But I completely agree to a point. I see these complex designs and I wonder.

Although I am pretty impressed with most of the RESTful style APIs.
QuickBooks Online being the EXCEPTION. Imagine having a Memo Field on an invoice.
Imagine Importing an Invoice, that Identifies the Memo field. Imagine NOW that they put that on the CUSTOMER STATEMENT and NOT on the Invoice. No option given to have it be on both or be on the Invoice.

Worse, if you have a default Memo defined. And you do an import WITHOUT SETTING the Memo, it does NOT use the default value the way it would if a User Created the invoice. But you can use ANOTHER API call, and set the Invoice Memo Field after it is created.

That kind of stuff drives me BONKERS. It's like the programmers have NEVER USED their own system!

Google Tasks. Last I checked does not easily let you move a task from ONE task list to another. How swell... You have to copy all the fields, and create a new one, and then delete the other one. God forbid if they add a new field you forget to copy, or the field can only be set AFTER the task is created. LOL...

I yearn for simpler days in some ways, and at the same time I pray things keep improving...

GeneralRe: The Software Architecture Demon Pin
honey the codewitch28-Nov-20 16:54
mvahoney the codewitch28-Nov-20 16:54 
GeneralRe: The Software Architecture Demon Pin
Matt Bond30-Nov-20 3:15
Matt Bond30-Nov-20 3:15 
GeneralIs a degree from MIT really worth $250K Pin
swampwiz24-Nov-20 19:43
swampwiz24-Nov-20 19:43 
GeneralRe: Is a degree from MIT really worth $250K Pin
Slacker00724-Nov-20 23:51
professionalSlacker00724-Nov-20 23:51 
GeneralRe: Is a degree from MIT really worth $250K Pin
Greg Utas25-Nov-20 1:18
professionalGreg Utas25-Nov-20 1:18 
GeneralRe: Is a degree from MIT really worth $250K Pin
obermd25-Nov-20 3:20
obermd25-Nov-20 3:20 
GeneralRe: Is a degree from MIT really worth $250K Pin
Greg Utas25-Nov-20 3:24
professionalGreg Utas25-Nov-20 3:24 
GeneralRe: Is a degree from MIT really worth $250K Pin
dandy7225-Nov-20 10:56
dandy7225-Nov-20 10:56 
GeneralRe: Is a degree from MIT really worth $250K Pin
5teveH25-Nov-20 0:54
5teveH25-Nov-20 0:54 
GeneralRe: Is a degree from MIT really worth $250K Pin
Rage25-Nov-20 2:07
professionalRage25-Nov-20 2:07 
GeneralRe: Is a degree from MIT really worth $250K Pin
GuyThiebaut25-Nov-20 2:56
professionalGuyThiebaut25-Nov-20 2:56 
GeneralRe: Is a degree from MIT really worth $250K Pin
dandy7225-Nov-20 10:57
dandy7225-Nov-20 10:57 
GeneralRe: Is a degree from MIT really worth $250K Pin
obermd25-Nov-20 3:19
obermd25-Nov-20 3:19 
GeneralRe: Is a degree from MIT really worth $250K Pin
Gerry Schmitz25-Nov-20 5:28
mveGerry Schmitz25-Nov-20 5:28 
GeneralRe: Is a degree from MIT really worth $250K Pin
KateAshman27-Nov-20 0:01
KateAshman27-Nov-20 0:01 
GeneralTypos PinPopular
Ron Anders24-Nov-20 10:36
Ron Anders24-Nov-20 10:36 
GeneralRe: Typos Pin
Greg Utas24-Nov-20 10:41
professionalGreg Utas24-Nov-20 10:41 

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.