Click here to Skip to main content
15,887,027 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Business language Solution? Pin
Richard MacCutchan25-Jun-17 21:04
mveRichard MacCutchan25-Jun-17 21:04 
GeneralRe: Business language Solution? Pin
Gerry Schmitz26-Jun-17 9:49
mveGerry Schmitz26-Jun-17 9:49 
GeneralRe: Business language Solution? Pin
Joer4x429-Jun-17 11:18
Joer4x429-Jun-17 11:18 
GeneralRe: Business language Solution? Pin
Richard MacCutchan29-Jun-17 21:39
mveRichard MacCutchan29-Jun-17 21:39 
GeneralRe: Business language Solution? Pin
Joer4x430-Jun-17 12:03
Joer4x430-Jun-17 12:03 
GeneralRe: Business language Solution? Pin
Gerry Schmitz11-Jul-17 7:05
mveGerry Schmitz11-Jul-17 7:05 
AnswerRe: Business language Solution? Pin
Eddy Vluggen28-Jun-17 23:36
professionalEddy Vluggen28-Jun-17 23:36 
GeneralRe: Business language Solution? Pin
Joer4x429-Jun-17 12:55
Joer4x429-Jun-17 12:55 
1. Does not have to be compiled native so long as I end up with machine code. This isn't a game it's business - totalyl different ball game.

2. I can write a system faster in older languages with OO. If you look closer and understand the languages it becomes obvious that OO is not completely new. Older languages have been doing that stuff long before OO. The difference is they gave it fancy names and made the programmer write code to restrict and enforce the usage of data. Every time you pull data together to form a record you encapsulate the data. When you pull the record inheritance is automatic. The data is what it is. But if you are pulling for a different purpose you have to jump though hoops so OO will let you use it. Without OO it can be easily accessed and broken for the need. The focus should be on the data and purpose - not the language. A single variable name is easier to follow through a program than 20 variable names for the same thing.

We all know a fence belong around buildings and homes and is built on the ground. It works fine for OO but down the line you may need a fence for your model train set so now you need a fence on the table. Now what? Create more unnecessary so it suits the language because to get that fence? In the real world you need to be prepared to put a fence anywhere. Why? Because you can and the business wants it yesterday.

There was a time when many business(even small) had there own programmers. They wrote software that gave the business and edge over the next guy because it was tailored for the business. When OO came along that faded because OO became expensive and not as much was getting done. It was not all OO but it helped. Now it's a package world - one size fits all but it doesn't really?

Hey if you like OO go for it. But having experience both worlds - I'll take the old one - much more efficient. Especially in large projects. If done right and understood OO does not make better code or a better programmer.

3. I know what language but I am avoiding it. While I am exploring I understand that most most new languages were developed by those in research, science, and some back office at some university. Unfortunately those languages tend not to be business friendly especially in the the area of file I/O because they built the language for their needs and not the needs of a business. C is a prime example. They needed something better than B to build Unix. So C was born and is a great for building OS code and utilities. For business it will work and you will have more code than you should but it is far from ideal. So I am thinking someone may know of something better to turn a lot of data "quickly" so long as I can avoid the OO for the fastest turnaround time for changes. Time is money...the real world

modified 7-Jul-17 21:24pm.

GeneralRe: Business language Solution? Pin
Eddy Vluggen30-Jun-17 1:23
professionalEddy Vluggen30-Jun-17 1:23 
GeneralRe: Business language Solution? Pin
Joer4x430-Jun-17 11:48
Joer4x430-Jun-17 11:48 
GeneralRe: Business language Solution? Pin
Eddy Vluggen30-Jun-17 23:42
professionalEddy Vluggen30-Jun-17 23:42 
GeneralRe: Business language Solution? Pin
Joer4x47-Jul-17 15:58
Joer4x47-Jul-17 15:58 
GeneralRe: Business language Solution? Pin
Richard MacCutchan7-Jul-17 22:07
mveRichard MacCutchan7-Jul-17 22:07 
GeneralRe: Business language Solution? Pin
Eddy Vluggen8-Jul-17 2:36
professionalEddy Vluggen8-Jul-17 2:36 
GeneralRe: Business language Solution? Pin
jschell10-Jul-17 4:44
jschell10-Jul-17 4:44 
GeneralRe: Business language Solution? Pin
Joer4x410-Jul-17 16:26
Joer4x410-Jul-17 16:26 
GeneralRe: Business language Solution? Pin
Richard MacCutchan10-Jul-17 21:36
mveRichard MacCutchan10-Jul-17 21:36 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon10-Jul-17 21:47
mvePete O'Hanlon10-Jul-17 21:47 
GeneralRe: Business language Solution? Pin
Eddy Vluggen11-Jul-17 2:38
professionalEddy Vluggen11-Jul-17 2:38 
GeneralRe: Business language Solution? Pin
jschell13-Jul-17 6:04
jschell13-Jul-17 6:04 
GeneralRe: Business language Solution? Pin
jschell2-Jul-17 7:58
jschell2-Jul-17 7:58 
AnswerRe: Business language Solution? Pin
Richard Andrew x6430-Jun-17 17:13
professionalRichard Andrew x6430-Jun-17 17:13 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon6-Jul-17 1:32
mvePete O'Hanlon6-Jul-17 1:32 
QuestionSystem Design Patterns reading material? Pin
Thirlan14-Jun-17 10:57
Thirlan14-Jun-17 10:57 
AnswerRe: System Design Patterns reading material? Pin
Eddy Vluggen16-Jun-17 22:01
professionalEddy Vluggen16-Jun-17 22:01 

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.